Module: Sashite::GGN

Defined in:
lib/sashite/ggn.rb,
lib/sashite/ggn/verb.rb,
lib/sashite/ggn/state.rb,
lib/sashite/ggn/object.rb,
lib/sashite/ggn/square.rb,
lib/sashite/ggn/ability.rb,
lib/sashite/ggn/pattern.rb,
lib/sashite/ggn/subject.rb,
lib/sashite/ggn/gameplay.rb

Defined Under Namespace

Classes: Ability, Gameplay, Object, Pattern, Square, State, Subject, Verb

Class Method Summary collapse

Class Method Details

.newObject

Loads a document from the current io stream.



6
7
8
# File 'lib/sashite/ggn.rb', line 6

def self.new
  Gameplay.new
end