Method: Interscript::Compiler#compile

Defined in:
lib/interscript/compiler.rb

#compile(map) ⇒ Object

Raises:

  • (NotImplementedError)


14
15
16
# File 'lib/interscript/compiler.rb', line 14

def compile(map)
  raise NotImplementedError, "Compile method on #{self.class} is not implemented"
end