Module: Regexing
- Defined in:
- lib/regexing.rb,
lib/regexing/version.rb
Defined Under Namespace
Classes: Error
Constant Summary collapse
- VERSION =
'0.1.0'
Class Method Summary collapse
Class Method Details
.start ⇒ Object
7 8 9 10 11 12 13 14 |
# File 'lib/regexing.rb', line 7 def start p a = " start!!!!!!\n START\n\n text = gets.chomp\n p text\nend\n" |