module EndiFeed
@author Jonah Ruiz <jonah@pixelhipsters.com> Contains modules and classes to parse the news feed from endi.com / El Nuevo Dia Newspaper
Constants
- VERSION
Public Class Methods
get_news(total = 25)
click to toggle source
Creates an EndiFeed::News
instance and calls :get_headlines @return [Array<String>] news headlines
# File lib/endi_feed.rb, line 13 def self.get_news(total = 25) EndiFeed::News.new.get_headlines(total) end