Module: JRuby::Lint::Checker

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#collectorObject

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_checkersObject



9
10
11
# File 'lib/jruby/lint/checkers.rb', line 9

def self.loaded_checkers
  @checkers ||= []
end