Module: JRuby::Lint::Checker
- Included in:
- JRuby::Lint::Checkers::ForkExec, JRuby::Lint::Checkers::Gem, JRuby::Lint::Checkers::Gemspec, JRuby::Lint::Checkers::System, JRuby::Lint::Checkers::ThreadCritical, JRuby::Lint::Checkers::Timeout
- Defined in:
- lib/jruby/lint/checkers.rb
Instance Attribute Summary collapse
-
#collector ⇒ Object
Returns the value of attribute collector.
Class Method Summary collapse
Instance Attribute Details
#collector ⇒ Object
Returns the value of attribute collector.
13 14 15 |
# File 'lib/jruby/lint/checkers.rb', line 13 def collector @collector end |
Class Method Details
.included(cls) ⇒ Object
5 6 7 |
# File 'lib/jruby/lint/checkers.rb', line 5 def self.included(cls) loaded_checkers << cls end |
.loaded_checkers ⇒ Object
9 10 11 |
# File 'lib/jruby/lint/checkers.rb', line 9 def self.loaded_checkers @checkers ||= [] end |