Module: Delorean::HashArgs2

Defined in:
lib/delorean/delorean.rb

Instance Method Summary collapse

Instance Method Details

#args_restObject

[View source]

3973
3974
3975
# File 'lib/delorean/delorean.rb', line 3973

def args_rest
  elements[4]
end

#e0Object

[View source]

3965
3966
3967
# File 'lib/delorean/delorean.rb', line 3965

def e0
  elements[1]
end

#ifexpObject

[View source]

3969
3970
3971
# File 'lib/delorean/delorean.rb', line 3969

def ifexp
  elements[3]
end

#splatObject

[View source]

3961
3962
3963
# File 'lib/delorean/delorean.rb', line 3961

def splat
  elements[0]
end