module Newsweek
Constants
- MAJOR
- MINOR
- PATCH
- VERSION
Public Class Methods
root()
click to toggle source
# File lib/newsweek/version.rb, line 16 def self.root "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}" end
version()
click to toggle source
# File lib/newsweek/version.rb, line 8 def self.version VERSION end