Method: Delorean::Expr#check

Defined in:
lib/delorean/nodes.rb

#check(context) ⇒ Object



152
153
154
# File 'lib/delorean/nodes.rb', line 152

def check(context, *)
  e.check(context)
end