module Ment

Constants

VERSION

Public Class Methods

included(othermod) click to toggle source
# File lib/ment.rb, line 6
def self.included(othermod)
  othermod.extend self
end

Public Instance Methods

environment() click to toggle source
# File lib/ment.rb, line 10
def environment
  (ENV['RACK_ENV'] || 'development').to_sym
end