module Emmy

Constants

VERSION

Public Instance Methods

env() click to toggle source
# File lib/emmy.rb, line 22
def env
  env.config.environment
end
runner() click to toggle source
# File lib/emmy.rb, line 26
def runner
  Emmy::Runner.instance
end