class Seahorse::Model::Api

def add_operation(name, operation)

def add_operation(name, operation)
  @operations[name.to_sym] = operation
end