Module: Types::Integer

Extended by:
Generic
Defined in:
lib/types/integer.rb

Class Method Summary collapse

Methods included from Generic

composite?, to_s, |

Class Method Details

.parse(input) ⇒ Object



29
30
31
# File 'lib/types/integer.rb', line 29

def self.parse(input)
	Integer(input)
end