Method: Delorean::BlockParameter#check
- Defined in:
- lib/delorean/nodes.rb
#check(context) ⇒ Object
422 423 424 425 |
# File 'lib/delorean/nodes.rb', line 422 def check(context) context.parse_define_var(i.text_value) context.parse_undef_var(i.text_value) end |