Class: SampleGemOne::A

Inherits:
Object
  • Object
show all
Defined in:
lib/SampleGemTwo.rb

Instance Method Summary collapse

Instance Method Details

#printer_with_featureObject



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