Module: Bake::Types::Symbol

Extended by:
Type
Defined in:
lib/bake/types/symbol.rb

Class Method Summary collapse

Methods included from Type

|

Class Method Details

.composite?Boolean

Returns:



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

def self.composite?
	false
end

.parse(input) ⇒ Object



32
33
34
# File 'lib/bake/types/symbol.rb', line 32

def self.parse(input)
	input.to_sym
end