module Spellr

Constants

VERSION

Public Instance Methods

config() click to toggle source
# File lib/spellr.rb, line 28
def config
  @config ||= Spellr::Config.new
end
exit(status = 0) click to toggle source
# File lib/spellr.rb, line 32
def exit(status = 0)
  throw(:spellr_exit, status)
end
pwd() click to toggle source
# File lib/spellr/pwd.rb, line 8
def pwd
  @pwd ||= Pathname.pwd
end
pwd_s() click to toggle source
# File lib/spellr/pwd.rb, line 12
def pwd_s
  @pwd_s ||= pwd.to_s
end