class Emfrp::Interpreter::InterpreterError
Attributes
code[R]
Public Class Methods
new(code)
click to toggle source
# File lib/emfrp/interpreter/interpreter.rb, line 13 def initialize(code) @code = code end