Module: Tagline

Defined in:
lib/tagline.rb,
lib/tagline/line.rb,
lib/tagline/tagger.rb,
lib/tagline/tag_storer.rb,
lib/tagline/line_manager.rb,
lib/tagline/screen_printer.rb,
lib/tagline/character_reader.rb

Defined Under Namespace

Modules: ScreenPrinter Classes: CharacterReader, Line, LineManager, TagStorer, Tagger

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.next_on_tagObject

Returns the value of attribute next_on_tag.



6
7
8
# File 'lib/tagline.rb', line 6

def next_on_tag
  @next_on_tag
end

.tagsObject

Returns the value of attribute tags.



6
7
8
# File 'lib/tagline.rb', line 6

def tags
  @tags
end

Class Method Details

.review(filename) ⇒ Object



8
9
10
# File 'lib/tagline.rb', line 8

def review(filename)
  Tagger.run_loop(filename)
end