Module: Rlastfm::Helpers::Scraper
Defined Under Namespace
Modules: ProtectedClassMethods, ProtectedInstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/rlastfm/helpers/scraper.rb', line 4 def self.included(base) base.class_eval do protected extend ProtectedClassMethods include ProtectedInstanceMethods end end |