Module: Types::Symbol

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

Class Method Summary collapse

Methods included from Generic

composite?, to_s, |

Class Method Details

.parse(input) ⇒ Object



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

def self.parse(input)
	input.to_sym
end