Class: Qipowl::Html
Instance Attribute Summary collapse
-
#bowler ⇒ Object
readonly
Returns the value of attribute bowler.
Class Method Summary collapse
Instance Attribute Details
#bowler ⇒ Object (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 |