class FilterkData

Public Instance Methods

check() click to toggle source
# File lib/regex_data/test.rb, line 5
def check
  str = "*" * 3
  puts str

end
test() click to toggle source
# 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