bmizerany (owner)

Revisions

gist: 179988 Download_button fork
public
Public Clone URL: git://gist.github.com/179988.git
Embed All Files: show embed
lib/test.rb #
1
2
3
4
5
6
class Test
  def foo
    puts "foo"
  end
end