class Kalculator::List

Public Class Methods

new(type) click to toggle source
Calls superclass method Kalculator::Collection::new
# File lib/kalculator/types.rb, line 74
def initialize(type)
  super(type)
end