Class: Coppertone::NullMacroContext

Inherits:
Object
  • Object
show all
Defined in:
lib/coppertone/null_macro_context.rb

Overview

A context used to evaluate records, directives, and modifiers that do not have contextual dependence.

Constant Summary collapse

RESERVED_REGEXP =
Regexp.new("[^#{URI::PATTERN::UNRESERVED}]")
NULL_CONTEXT =
new

Instance Method Summary collapse

Instance Method Details

#with_domain(_new_domain) ⇒ Object



16
17
18
# File 'lib/coppertone/null_macro_context.rb', line 16

def with_domain(_new_domain)
  self
end