Method: Interscript::Compiler#call

Defined in:
lib/interscript/compiler.rb

#callObject

Execute a map

Raises:

  • (NotImplementedError)


19
20
21
# File 'lib/interscript/compiler.rb', line 19

def call
  raise NotImplementedError, "Call class on #{self.class} is not implemented"
end