Class: Delorean::Line

Inherits:
SNode
  • Object
show all
Defined in:
lib/delorean/nodes.rb

Instance Method Summary collapse

Instance Method Details

#check(context, *a) ⇒ Object



8
9
10
# File 'lib/delorean/nodes.rb', line 8

def check(context, *a)
  f.check(context, *a)
end

#rewrite(context) ⇒ Object



12
13
14
# File 'lib/delorean/nodes.rb', line 12

def rewrite(context)
  f.rewrite(context)
end