Skip to content

Instantly share code, notes, and snippets.

@compwron
Last active August 29, 2015 14:18
Show Gist options
  • Save compwron/5175f339fb78df19aaa7 to your computer and use it in GitHub Desktop.
Save compwron/5175f339fb78df19aaa7 to your computer and use it in GitHub Desktop.
TIL World
module Foo
def bar
"stuff"
end
end
World Foo # world-accessible
# pry(main)> method(:World).owner
# => Cucumber::RbSupport::RbDsl
# http://www.rubydoc.info/github/cucumber/cucumber/Cucumber/RbSupport/RbDsl:World
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment