class Hyalite::EmptyComponent

Public Class Methods

empty_element() click to toggle source
# File lib/hyalite/component.rb, line 244
def self.empty_element
  @instance ||= ElementObject.new(EmptyComponent, nil, nil, nil, nil)
end

Public Instance Methods

render() click to toggle source
# File lib/hyalite/component.rb, line 248
def render
  Hyalite.create_element("noscript", nil, nil)
end