class MercuryParser::Article
Public Class Methods
new(article)
click to toggle source
Returns a MercuryParser::Article
object
@return [MercuryParser::Article]
Calls superclass method
# File lib/mercury_parser/article.rb, line 8 def initialize(article) super end