module Vtt2ass

Vtt2ass module to provide the version number

Constants

VERSION

This is the version of the application. This needs to be changed for each gem release.

Public Class Methods

main() click to toggle source
# File lib/vtt2ass.rb, line 103
def main
    app = Command.new
    app.parse
    app.run
end

Private Instance Methods

main() click to toggle source
# File lib/vtt2ass.rb, line 103
def main
    app = Command.new
    app.parse
    app.run
end