class Kalculator::MappedObject
Attributes
hash[R]
Public Class Methods
new(hash)
click to toggle source
Calls superclass method
Kalculator::Collection::new
# File lib/kalculator/types.rb, line 81 def initialize(hash) super(Object) @hash = hash end