class Wapi::ConditionParser::Date

Public Class Methods

extract(html) click to toggle source
# File lib/wapi/parsers/date.rb, line 5
def self.extract html
  html.css("#content h2")[0].content.split(': ')[1]
end