class Html::Stylesheet
Public Class Methods
new(href)
click to toggle source
Calls superclass method
Html::Elem::new
# File misc/txt2html.rb, line 237 def initialize(href) super('link', {'rel'=>'stylesheet', 'type'=>'text/css', 'href'=>href}, false) end