class Matest::EvalErr
Public Class Methods
new(str)
click to toggle source
# File lib/matest/evaluator.rb, line 3 def initialize(str) @string = str end
Public Instance Methods
inspect()
click to toggle source
# File lib/matest/evaluator.rb, line 12 def inspect @string end
size()
click to toggle source
# File lib/matest/evaluator.rb, line 6 def size inspect.size end
to_s()
click to toggle source
# File lib/matest/evaluator.rb, line 9 def to_s @string end