Jump to content

kyonides

Member
  • Content Count

    43
  • Joined

  • Last visited

  • Days Won

    1

kyonides last won the day on January 23

kyonides had the most liked content!

Community Reputation

3

About kyonides

  • Rank
    Advanced Member

Profile Information

  • Interests
    Scripting, Writing, Prophecies

RPG Maker Information

  • RM Skill -
    Coder

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Single Status Update

See all updates by kyonides

  1. Busy reporting an insignificant Ruby "bug" that nobody would ever trigger if they do learn how to program in Ruby correctly...
    Yet, it's some real bug-like stuff, guys!

    1. Kayzee

      Kayzee

      what's the bug?

    2. kyonides

      kyonides

      Nothing an average person would ever do.

      module Some
        A = "A"
        class Thing
          include Some
          B = "B"
        end
      end

      That would allow you to concatenate the Constants as many times as you wish by adding either more Some modules or Thing classes to the long list of class/module names. You could reach the moon by doing that. XD

×
Top ArrowTop Arrow Highlighted