class Wapi::ConditionParser::Name
Public Class Methods
extract(html)
click to toggle source
# File lib/wapi/parsers/name.rb, line 4 def self.extract html html.css("#content h1")[0].content end
# File lib/wapi/parsers/name.rb, line 4 def self.extract html html.css("#content h1")[0].content end