Module: HNPosts
- Defined in:
- lib/hnposts.rb,
lib/hnposts/post.rb,
lib/hnposts/fetcher.rb,
lib/hnposts/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.0.6"
Class Method Summary collapse
Class Method Details
.fetch_posts ⇒ Object
9 10 11 |
# File 'lib/hnposts.rb', line 9 def self.fetch_posts Fetcher.new.fetch_posts end |