Parent

Methods

Class/Module Index [+]

Quicksearch

String

Extensions to String needed by Reek.

Public Instance Methods

to_reek_source() click to toggle source

Creates a new Source that assumes this string contains Ruby source code and prepares it to be examined for code smells.

@return [Reek::Source::SourceCode]

# File lib/reek/source/core_extras.rb, line 43
def to_reek_source
  Reek::Source::SourceCode.new(self, 'string')
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.