Skip to content

Instantly share code, notes, and snippets.

@steverob
Created October 23, 2016 19:57
Show Gist options
  • Select an option

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

Select an option

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

Revisions

  1. steverob created this gist Oct 23, 2016.
    9 changes: 9 additions & 0 deletions not_good.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    #FIXME
    def hello_world
    puts 'hello, worrld'
    end

    #FIXME
    def foo
    puts 'bar'
    end