Class: NilClass

Inherits:
Object
  • Object
show all
Defined in:
lib/game_2d/entity.rb,
lib/game_2d/registerable.rb,
lib/game_2d/serializable.rb

Instance Method Summary collapse

Instance Method Details

#as_jsonObject



2
# File 'lib/game_2d/serializable.rb', line 2

def as_json; self end

#nullsafe_registry_idObject



2
# File 'lib/game_2d/registerable.rb', line 2

def nullsafe_registry_id; self; end

#wake!Object

Ignore this



10
# File 'lib/game_2d/entity.rb', line 10

def wake!; end