class TPPlus::Nodes::EvalNode
Public Class Methods
new(string)
click to toggle source
# File lib/tp_plus/nodes/eval_node.rb, line 4 def initialize(string) @string = string end
Public Instance Methods
eval(context)
click to toggle source
# File lib/tp_plus/nodes/eval_node.rb, line 8 def eval(context) @string end