Class: SampleGemOne::A
- Inherits:
-
Object
- Object
- SampleGemOne::A
- Defined in:
- lib/SampleGemTwo.rb
Instance Method Summary collapse
Instance Method Details
#printer_with_feature ⇒ Object
74 75 76 77 78 79 |
# File 'lib/SampleGemTwo.rb', line 74 def printer_with_feature alias_method_chain(:printer,:feature) puts " nw method new printer" end |