Method: RuboCop::Cop::Base::InvestigationReport#processed_source

Defined in:
lib/rubocop/cop/base.rb

#processed_sourceObject

Returns the value of attribute processed_source

Returns:

  • (Object)

    the current value of processed_source



48
49
50
# File 'lib/rubocop/cop/base.rb', line 48

def processed_source
  @processed_source
end