Module: SlideshowCli
- Defined in:
- lib/slideshow/cli/version.rb
Overview
Note: Slideshow.version already used by core, that is, slideshow-models
Constant Summary collapse
Class Method Summary collapse
Class Method Details
.banner ⇒ Object
22 23 24 |
# File 'lib/slideshow/cli/version.rb', line 22 def self. "slideshow/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]" end |
.root ⇒ Object
18 19 20 |
# File 'lib/slideshow/cli/version.rb', line 18 def self.root "#{File.( File.dirname(File.dirname(File.dirname(File.dirname(__FILE__)))) )}" end |
.version ⇒ Object
14 15 16 |
# File 'lib/slideshow/cli/version.rb', line 14 def self.version VERSION end |