class Argumenta::App

Public Class Methods

new() click to toggle source
# File lib/argumenta.rb, line 15
def initialize
  puts "Argumenta " + Argumenta::VERSION
end