Method: Degica::Ruby#take

Defined in:
lib/degica/objects/ruby.rb

#takeObject



15
16
17
18
# File 'lib/degica/objects/ruby.rb', line 15

def take
  Game.objects.actor.pickup(self)
  NilActionable.new
end