Method: XcodeBuild::Reporting::CleanReporting.included
- Defined in:
- lib/xcode_build/reporting/clean_reporting.rb
.included(klass) ⇒ Object
4 5 6 7 8 |
# File 'lib/xcode_build/reporting/clean_reporting.rb', line 4 def self.included(klass) klass.instance_eval do attr_reader :clean end end |