Class: YFantasy::Transformations::GameTransformer
- Inherits:
-
BaseTransform
- Object
- BaseTransform
- YFantasy::Transformations::GameTransformer
- Defined in:
- lib/y_fantasy/transformations/game_transformer.rb
Instance Method Summary collapse
-
#initialize ⇒ GameTransformer
constructor
A new instance of GameTransformer.
Methods inherited from BaseTransform
#>>, #[], #call, #ensure_function_set, #t
Constructor Details
#initialize ⇒ GameTransformer
Returns a new instance of GameTransformer.
6 7 8 9 |
# File 'lib/y_fantasy/transformations/game_transformer.rb', line 6 def initialize @function = compose_function super end |