Method: Crokus::Deref#initialize

Defined in:
lib/crokus/ast.rb

#initialize(e) ⇒ Deref

Returns a new instance of Deref.



373
374
375
# File 'lib/crokus/ast.rb', line 373

def initialize e
  @expr = e
end