Sha256: f4740d050b9e99cce7e19388f3ac9e123a0e41c42a52658f16e403e249c28403

Contents?: true

Size: 372 Bytes

Versions: 1

Compression:

Stored size: 372 Bytes

Contents

#TODO: test1
## TODO: test2
##  TODO test3
## TODO: test4}
#  #TODO test5
#   #TODO: test6
todo
todo.test
TODO.tst #sdfasdfasdf
def clean_todos(todo_array)
  todo_array.each do |found_todos|
  found_todos[:todo].gsub!('TODO:', '')
  found_todos[:todo].gsub!('TODO', '')
  found_todos[:todo].gsub!('#', '')
  found_todos[:todo].chomp!
  found_todos[:todo].lstrip!
end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
totrello-1.0.0 spec/fixtures/fixture.rb