Module: Estore::Commands::Command::ClassMethods

Defined in:
lib/estore/commands/base.rb

Instance Method Summary collapse

Instance Method Details

#handle(hash) ⇒ Object



49
50
51
# File 'lib/estore/commands/base.rb', line 49

def handle(hash)
  handlers.update(hash)
end