Sha256: b59e9cde667ded6eb3ca8e0a5434507a69cfa607fe4fd1bcdaa0ba98377a1e0e
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.4'.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.4 | lib/gloo/app/info.rb |