Module: CommentExtractor

Defined in:
lib/comment_extractor.rb,
lib/comment_extractor/file.rb,
lib/comment_extractor/parser.rb,
lib/comment_extractor/version.rb,
lib/comment_extractor/encoding.rb,
lib/comment_extractor/extractor.rb,
lib/comment_extractor/extractors.rb,
lib/comment_extractor/code_object.rb,
lib/comment_extractor/code_objects.rb,
lib/comment_extractor/configuration.rb,
lib/comment_extractor/string_scanner.rb,
lib/comment_extractor/code_object/comment.rb,
lib/comment_extractor/extractor/concerns/slash_extractor.rb

Defined Under Namespace

Modules: Encoding, Extractors Classes: CodeObject, CodeObjects, Configuration, Extractor, File, Parser, StringScanner

Constant Summary collapse

Version =
'1.0.2'
VERSION =
Version

Class Method Summary collapse

Class Method Details

.configurationObject



11
12
13
# File 'lib/comment_extractor.rb', line 11

def self.configuration
  @configuration ||= Configuration.new
end

.configure {|configuration| ... } ⇒ Object

Yields:



15
16
17
# File 'lib/comment_extractor.rb', line 15

def self.configure
  yield(configuration)
end