module Motion::HTML

Private Class Methods

parse(html) click to toggle source
# File lib/project/motion-html.rb, line 3
def self.parse(html)
  Doc.new(html)
end