Class: FilterkData

Inherits:
Object
  • Object
show all
Defined in:
lib/regex_data/test.rb

Instance Method Summary collapse

Instance Method Details

#checkObject



5
6
7
8
9
# File 'lib/regex_data/test.rb', line 5

def check
  str = "*" * 3
  puts str

end

#testObject



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