class Qipowl::Html

Attributes

bowler[R]

Public Class Methods

parse(s) click to toggle source
# File lib/qipowl.rb, line 59
def self.parse s
  (@bowler ||= Qipowl::Ruler.new_bowler "html").execute s
end