Skip to content

Instantly share code, notes, and snippets.

@amitittyerah
Created July 30, 2014 22:20
Show Gist options
  • Save amitittyerah/5683b7bc96f4ecdf63b4 to your computer and use it in GitHub Desktop.
Save amitittyerah/5683b7bc96f4ecdf63b4 to your computer and use it in GitHub Desktop.
class_eval
class Manager
def self.make_available(klass, user)
klass.class_eval do
define_method("for_#{user}") do
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment