Module: Pic2ch::Pages
- Defined in:
- lib/pic2ch/pages.rb,
lib/pic2ch/pages/index.rb
Defined Under Namespace
Classes: Index
Class Method Summary collapse
Class Method Details
.index(p = 1) ⇒ Object
3 4 5 |
# File 'lib/pic2ch/pages.rb', line 3 def self.index(p = 1) Index.new(p) end |
.threads ⇒ Object
7 8 9 |
# File 'lib/pic2ch/pages.rb', line 7 def self.threads index.threads end |