Skip to content

Instantly share code, notes, and snippets.

@goosmurf
Created March 26, 2009 03:04
Show Gist options
  • Save goosmurf/85842 to your computer and use it in GitHub Desktop.
Save goosmurf/85842 to your computer and use it in GitHub Desktop.
module LionO
class Test
end
describe Test do
def myclass
self.class
end
it "should print the class" do
puts myclass
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment