Skip to content

Instantly share code, notes, and snippets.

@marioaquino
Created September 22, 2010 01:43
Show Gist options
  • Save marioaquino/590969 to your computer and use it in GitHub Desktop.
Save marioaquino/590969 to your computer and use it in GitHub Desktop.
module Foo
module_function
def foo
'hey'
end
def bar
'now'
end
public
def baz
'hooba'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment