Class: Ataulfo::PatternMatching::Var

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

Instance Attribute Summary collapse

Instance Attribute Details

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



3
4
5
# File 'lib/ataulfo/pattern_matching.rb', line 3

def value
  @value
end