Sha256: 78a61856958648ec5a51d3f1cc7e267b5d35870c8aae03c7576b202271882768

Contents?: true

Size: 320 Bytes

Versions: 1

Compression:

Stored size: 320 Bytes

Contents

module RBeautify
  class Application
    attr_accessor :banner
    attr_accessor :long_description

    # return the name of the app, for now this is just the cmd ran, later it will be
    # something generated but more unique.
    def name
      $0.split("/").last
    end
  end

  App = RBeautify::Application.new
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-beautify-0.91.0 lib/ruby-beautify/app.rb