Method: Mutant::Variable::Result#initialize

Defined in:
lib/mutant/variable.rb

#initialize(value) ⇒ undefined

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Initialize result



25
26
27
28
# File 'lib/mutant/variable.rb', line 25

def initialize(value)
  @value = value
  freeze
end