Class: Delorean::BlockParameterDefault

Inherits:
BlockParameter show all
Defined in:
lib/delorean/nodes.rb

Instance Method Summary collapse

Methods inherited from BlockParameter

#force_def, #force_undef, #rewrite

Methods inherited from Parameter

#rewrite

Instance Method Details

#check(context) ⇒ Object



480
481
482
483
484
485
# File 'lib/delorean/nodes.rb', line 480

def check(context)
  context.parse_define_var(i.text_value)

  e.check(context)
  context.parse_undef_var(i.text_value)
end