Method: Aef::Hosts::EmptyElement#initialize
- Defined in:
- lib/aef/hosts/empty_element.rb
#initialize(options = {}) ⇒ EmptyElement
Initializes an empty Element
32 33 34 35 36 |
# File 'lib/aef/hosts/empty_element.rb', line 32 def initialize( = {}) (, :cache) @cache = [:cache].to_s unless [:cache].nil? end |