wycats (owner)

Revisions

gist: 139720 Download_button fork
public
Public Clone URL: git://gist.github.com/139720.git
Embed All Files: show embed
error?.rb #
1
2
3
4
5
6
7
8
9
10
11
12
class Object
  def omg
  end
end
 
require "rubygems"
require "activesupport/vendor/builder-2.1.2/blankslate"
 
class Object
  def omg
  end
end