module BaseChip::Reporting
Public Class Methods
included(mod)
click to toggle source
# File lib/reporting.rb, line 44 def self.included mod mod.extend Reporting::Methods mod.class_eval do include Reporting::Methods end end