Class: PointmdComments::Aggregators::Comments

Inherits:
Object
  • Object
show all
Defined in:
lib/pointmd_comments/aggregators/comments.rb

Instance Method Summary collapse

Instance Method Details

#call(page) ⇒ Object



4
5
6
# File 'lib/pointmd_comments/aggregators/comments.rb', line 4

def call(page)
  parse_comments(page)
end