Method: Computering::Cmd#execute

Defined in:
lib/computering/cmd.rb

#executeObject



19
20
21
22
23
# File 'lib/computering/cmd.rb', line 19

def execute
  @container.items.each do |item|
    readchars item unless item.blank?
  end
end