Class: Lightsaber::HtmlParserIncluded
- Inherits:
-
HTTParty::Parser
- Object
- HTTParty::Parser
- Lightsaber::HtmlParserIncluded
- Defined in:
- lib/lightsaber.rb
Instance Method Summary collapse
Instance Method Details
#headers ⇒ Object
15 16 17 |
# File 'lib/lightsaber.rb', line 15 def headers headers.to_json end |
#html ⇒ Object
12 13 14 |
# File 'lib/lightsaber.rb', line 12 def html Nokogiri::HTML(body) end |