Libraries
»
fall
(0.0.0.5)
»
Index
»
Fall
»
Parser
»
#stages
Method: Fall::Parser#stages
Defined in:
lib/fall/parser.rb
#
stages
⇒
Object
7 8 9 10
# File 'lib/fall/parser.rb', line 7
def
stages
@string
.
split
(
'
|
'
)
.
map
(
&
:strip
)
end