Class: Delorean::Line
- Defined in:
- lib/delorean/nodes.rb
Instance Method Summary collapse
Instance Method Details
#check(context, *a) ⇒ Object
6 7 8 |
# File 'lib/delorean/nodes.rb', line 6 def check(context, *a) f.check(context, *a) end |
#rewrite(context) ⇒ Object
9 10 11 |
# File 'lib/delorean/nodes.rb', line 9 def rewrite(context) f.rewrite(context) end |