Class: Cassanity::ResultTransformers::Mirror
- Inherits:
-
Object
- Object
- Cassanity::ResultTransformers::Mirror
- Defined in:
- lib/cassanity/result_transformers/mirror.rb
Instance Method Summary collapse
-
#call(result, args = nil) ⇒ Object
Internal: Returns whatever result is passed to it.
Instance Method Details
#call(result, args = nil) ⇒ 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, args = nil) result end |