Class: HtmlElement

Inherits:
Object show all
Includes:
InspectWith
Defined in:
lib/quality_extensions/inspect_with.rb

Instance Method Summary collapse

Methods included from InspectWith

included, #inspect

Constructor Details

#initialize(name, *children) ⇒ HtmlElement

Returns a new instance of HtmlElement.



92
93
94
# File 'lib/quality_extensions/inspect_with.rb', line 92

def initialize(name, *children)
  @name, @children = name, children
end