Method: String#here_flow

Defined in:
lib/antlr3/test/core-extensions.rb

#here_flow(chr = '| ') ⇒ Object



20
21
22
# File 'lib/antlr3/test/core-extensions.rb', line 20

def here_flow( chr = '| ' )
  dup.here_flow!( chr )
end