Module: Ment

Defined in:
lib/ment.rb

Constant Summary collapse

VERSION =
'0.0.1'

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.included(othermod) ⇒ Object



4
5
6
# File 'lib/ment.rb', line 4

def self.included(othermod)
  othermod.extend self
end

Instance Method Details

#environmentObject



8
9
10
# File 'lib/ment.rb', line 8

def environment
  ENV['RACK_ENV'].to_sym
end