Method: Interpretation#initialize
- Defined in:
- lib/logical/interpretation.rb
#initialize(hash) ⇒ Interpretation
Returns a new instance of Interpretation.
4 5 6 |
# File 'lib/logical/interpretation.rb', line 4 def initialize(hash) @hash = hash end |