class EncoderTools::Options::Title::Longest

Public Class Methods

new() click to toggle source
Calls superclass method EncoderTools::Options::Title::new
# File lib/encoder-tools/options/title.rb, line 23
def initialize
  super(nil)
end

Public Instance Methods

to_args() click to toggle source
# File lib/encoder-tools/options/title.rb, line 27
def to_args
  %w[--longest]
end