Method: Delorean::HashExpr#check

Defined in:
lib/delorean/nodes.rb

#check(context) ⇒ Object



817
818
819
# File 'lib/delorean/nodes.rb', line 817

def check(context, *)
  defined?(args) ? args.check(context) : []
end