Method: Interscript::Compiler#call
- Defined in:
- lib/interscript/compiler.rb
#call ⇒ Object
Execute a map
19 20 21 |
# File 'lib/interscript/compiler.rb', line 19 def call raise NotImplementedError, "Call class on #{self.class} is not implemented" end |