Skip to content

Instantly share code, notes, and snippets.

@quirkey
Created September 24, 2009 20:09
Show Gist options
  • Save quirkey/193021 to your computer and use it in GitHub Desktop.
Save quirkey/193021 to your computer and use it in GitHub Desktop.
class B
def self.method_missing(m, *args)
puts "B#{m.to_s.upcase}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment