Module: Motion::HTML

Defined in:
lib/project/motion-html.rb

Defined Under Namespace

Classes: Doc

Class Method Summary collapse

Class Method Details

.parse(html) ⇒ Object



3
4
5
# File 'lib/project/motion-html.rb', line 3

def self.parse(html)
  Doc.new(html)
end