class SampleGemTwo::SampleGemOne::A
Public Instance Methods
printer_with_feature()
click to toggle source
# File lib/SampleGemTwo.rb, line 74 def printer_with_feature alias_method_chain(:printer,:feature) puts " nw method new printer" end