class Def
Attributes
ast[R]
Public Class Methods
new(ast)
click to toggle source
# File lib/runtime.rb, line 5 def initialize ast @ast = ast end
# File lib/runtime.rb, line 5 def initialize ast @ast = ast end