Module: RPG_Tools

Defined in:
lib/rpg-tools.rb,
lib/rpg-tools/engine.rb

Defined Under Namespace

Classes: Engine

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (RPG_Tools)

    the object that the method was called on



3
4
5
# File 'lib/rpg-tools.rb', line 3

def setup
  yield self
end