Skip to content

Instantly share code, notes, and snippets.

@aki017
Created February 22, 2013 09:42
Show Gist options
  • Save aki017/5012132 to your computer and use it in GitHub Desktop.
Save aki017/5012132 to your computer and use it in GitHub Desktop.
dont work
module A
def B
p "48"
end
module K
B
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment