Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Static Variables and Methods

I was wondering, yesterday evening, how to declare/use static variables and methods in ruby.

I posted my question here, but not moments later found the answers within a wiki article. Here are my findings.

Declaration of static variables (called "Class Variables" in Ruby):

Code:
@@variable_name

And an example of declaration and use of a static method (again, called "Class Methods" in Ruby):

Code:
class [I]MyClass[/I]
   def [B]self[/B].some_method
     # Do stuff
   end
 end

 [I]MyClass[/I].some_method
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top