Class: Value::LazyDefault

Inherits:
Struct
  • Object
show all
Defined in:
lib/value.rb

Instance Attribute Summary collapse

Instance Attribute Details

#procObject

Returns the value of attribute proc

Returns:

  • (Object)

    the current value of proc



30
31
32
# File 'lib/value.rb', line 30

def proc
  @proc
end