Skip to content

Instantly share code, notes, and snippets.

@misfo
Created June 8, 2012 22:09
Show Gist options
  • Select an option

  • Save misfo/2898313 to your computer and use it in GitHub Desktop.

Select an option

Save misfo/2898313 to your computer and use it in GitHub Desktop.
def i_can_haz_namespaced_function?
false
end
"Completely unrelated object".send :i_can_haz_namespaced_function?
#=> false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment