Class: Wallaby::LookupContextWrapper::BlankTemplate

Inherits:
ActionView::Template::HTML
  • Object
show all
Defined in:
lib/services/wallaby/lookup_context_wrapper.rb

Instance Method Summary collapse

Constructor Details

#initializeBlankTemplate

Returns a new instance of BlankTemplate.



33
34
35
# File 'lib/services/wallaby/lookup_context_wrapper.rb', line 33

def initialize
  super nil
end

Instance Method Details

#render(*args) ⇒ Object



37
38
# File 'lib/services/wallaby/lookup_context_wrapper.rb', line 37

def render(*args)
end