Class: Qipowl::Html

Inherits:
Object show all
Defined in:
lib/qipowl.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#bowlerObject (readonly)

Returns the value of attribute bowler.



58
59
60
# File 'lib/qipowl.rb', line 58

def bowler
  @bowler
end

Class Method Details

.parse(s) ⇒ Object



59
60
61
# File 'lib/qipowl.rb', line 59

def self.parse s
  (@bowler ||= Qipowl::Ruler.new_bowler "html").execute s
end