Skip to content

Commit

Permalink
Define these (can't unskip the tests yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jun 23, 2013
1 parent a772f1f commit e325f4d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib-topaz/top_self.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ def include(*mods)
Object.include(*mods)
end

def public(*attrs)
Object.public(*attrs)
return Object
end

def private(*attrs)
Object.private(*attrs)
return Object
end

def to_s
"main"
end
Expand Down

0 comments on commit e325f4d

Please sign in to comment.