Method: Fall::Parser#stages

Defined in:
lib/fall/parser.rb

#stagesObject



7
8
9
10
# File 'lib/fall/parser.rb', line 7

def stages
  @string.split('|')
         .map(&:strip)
end