Method: Sym::Application#process_output

Defined in:
lib/sym/application.rb

#process_output(result) ⇒ Object



116
117
118
119
# File 'lib/sym/application.rb', line 116

def process_output(result)
  self.output.call(result) unless result.is_a?(Hash)
  result
end