Class: HTMLRenderer::DebugRenderer

Inherits:
Base
  • Object
show all
Defined in:
lib/html-renderer/debug.rb

Instance Method Summary collapse

Methods inherited from Base

render, #render

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(meth, *args) ⇒ Object



5
6
7
# File 'lib/html-renderer/debug.rb', line 5

def method_missing(meth, *args)
  "#{meth}(#{args})"
end