module Estore::Commands::Command::ClassMethods

Public Instance Methods

handle(hash) click to toggle source
# File lib/estore/commands/base.rb, line 49
def handle(hash)
  handlers.update(hash)
end