Skip to content

Instantly share code, notes, and snippets.

@vindia
Created July 22, 2013 15:38
Show Gist options
  • Select an option

  • Save vindia/6054842 to your computer and use it in GitHub Desktop.

Select an option

Save vindia/6054842 to your computer and use it in GitHub Desktop.

Revisions

  1. Vincent Oord created this gist Jul 22, 2013.
    8 changes: 8 additions & 0 deletions too.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    class Too
    def hot
    puts 'Yes...'
    end
    end

    too = Too.new
    too.hot