Sha256: 0e9c99469bc7e6a20e7a6c7d73bc6b08fa57291b5afb58c3f1c0e4df9cf643c2

Contents?: true

Size: 455 Bytes

Versions: 1

Compression:

Stored size: 455 Bytes

Contents

# Author::    Eric Crane  (mailto:eric.crane@mac.com)
# Copyright:: Copyright (c) 2019 Eric Crane.  All rights reserved.
#
# Application information such as Version and public name.
#

module Gloo
  module App
    class Info

      VERSION = '0.7.1'.freeze
      APP_NAME = 'Gloo'.freeze

      #
      # Get the application display title.
      #
      def self.display_title
        return "#{APP_NAME}, version #{VERSION}"
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gloo-0.7.1 lib/gloo/app/info.rb