module Typetalk

Constants

DEFAULT_OPTIONS
VERSION

Public Class Methods

config() click to toggle source
# File lib/typetalk.rb, line 23
def config
  @config ||= Hashie::Mash.new(Typetalk::DEFAULT_OPTIONS)
end
configure() { |config| ... } click to toggle source
# File lib/typetalk.rb, line 31
def configure
  yield config
end
reset_config() click to toggle source
# File lib/typetalk.rb, line 27
def reset_config
  @config = nil
end