Guest User

Untitled

a guest
Oct 17th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. module B
  2. def self.included(klass)
  3. klass.class_eval do
  4. FOO = self.class.name #etc...
  5. end
  6. end
  7. end
  8.  
  9. class A
  10. include B
  11. end
Add Comment
Please, Sign In to add comment