Method: Use#both

Defined in:
lib/Olib/core/use.rb

#both(&block) ⇒ Object



32
33
34
35
36
37
# File 'lib/Olib/core/use.rb', line 32

def both(&block)
  empty_hands
  @item.take
  run &block
  fill_hands
end