Class: Kalculator::String

Inherits:
Collection show all
Defined in:
lib/kalculator/types.rb

Overview

a collection that holds strings

Instance Attribute Summary

Attributes inherited from Collection

#type

Instance Method Summary collapse

Methods inherited from Collection

#<=, #==, #>=, #generic_type?

Constructor Details

#initializeString

Returns a new instance of String.



68
69
70
# File 'lib/kalculator/types.rb', line 68

def initialize()
  super(String)
end