Method: Tataru::SubroutineCompiler#initialize
- Defined in:
- lib/tataru/subroutine_compiler.rb
#initialize(resource_representation, action) ⇒ SubroutineCompiler
Returns a new instance of SubroutineCompiler.
10 11 12 13 |
# File 'lib/tataru/subroutine_compiler.rb', line 10 def initialize(resource_representation, action) @rrep = resource_representation @action = action end |