Skip to content

Instantly share code, notes, and snippets.

@steverob
Created October 23, 2016 20:00
Show Gist options
  • Select an option

  • Save steverob/f8f2d44d374c93d4cac706c5ac875bbb to your computer and use it in GitHub Desktop.

Select an option

Save steverob/f8f2d44d374c93d4cac706c5ac875bbb to your computer and use it in GitHub Desktop.

Revisions

  1. steverob created this gist Oct 23, 2016.
    14 changes: 14 additions & 0 deletions good.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    #FIXME spelling of world possibly wrong?
    def hello_world
    puts 'hello, worrld'
    end

    #FIXME meaningless!
    def foo
    puts 'bar'
    end

    #TODO meaningless!
    def bar
    puts 'foo'
    end