Module: Planetruby2feed::Parser
- Included in:
- Base
- Defined in:
- lib/planetruby2feed/parser.rb
Instance Method Summary collapse
Instance Method Details
#find_posts ⇒ Object
6 7 8 9 10 |
# File 'lib/planetruby2feed/parser.rb', line 6 def find_posts @webpage.css('.main div.post', '.main div.star-post').each do |post| @posts << parse_post(post) end end |