module AliveState::Default

Constants

FORMAT
InsertMiddleware
PATH
VERSION

Public Class Methods

format() click to toggle source
# File lib/alive_state/default.rb, line 17
def format
  FORMAT
end
insert_middleware() click to toggle source
# File lib/alive_state/default.rb, line 21
def insert_middleware
  InsertMiddleware
end
options() click to toggle source
# File lib/alive_state/default.rb, line 9
def options
  Hash[AliveState::Configure.keys.map{|key| [key, send(key)]}]
end
path() click to toggle source
# File lib/alive_state/default.rb, line 13
def path
  PATH
end
version() click to toggle source
# File lib/alive_state/default.rb, line 25
def version
  VERSION
end