Module: Yarrow::Configurable

Included in:
HTML::AssetTags, Server, Tools::OutputFile
Defined in:
lib/yarrow/configuration.rb

Overview

Embeds global configuration access in a client object.

Instance Method Summary collapse

Instance Method Details

#configYarrow::Configuration

Provides access to the registered global configuration. This can be overriden by subclasses to customize behaviour (eg: in test cases).



90
91
92
# File 'lib/yarrow/configuration.rb', line 90

def config
  Configuration.instance
end