Previous Reductive Labs, LLC Next

Modules: They're not quite multiple inheritance

  • Only add instance methods
  • Can use methods defined in including class (e.g., each)
  • Get added to the method lookup heirarchy
  • Included with the include keyword
  • Also Introspectable
Previous Luke Kanies luke@reductivelabs.com | Index Next