Class: FilterkData
- Inherits:
-
Object
- Object
- FilterkData
- Defined in:
- lib/regex_data/test.rb
Instance Method Summary collapse
Instance Method Details
#check ⇒ Object
5 6 7 8 9 |
# File 'lib/regex_data/test.rb', line 5 def check str = "*" * 3 puts str end |
#test ⇒ Object
11 12 13 14 |
# File 'lib/regex_data/test.rb', line 11 def test str = "asasd\nsdasdn\n\n\n\n\n\n\nAS" p RegexData::remove_empty_line(str) end |