Class: Cassanity::ResultTransformers::Mirror

Inherits:
Object
  • Object
show all
Defined in:
lib/cassanity/result_transformers/mirror.rb

Instance Method Summary collapse

Instance Method Details

#call(result) ⇒ Object

Internal: Returns whatever result is passed to it. This is used as the default result transformer when a command does not have one.



7
8
9
# File 'lib/cassanity/result_transformers/mirror.rb', line 7

def call(result)
  result
end