Module: FourchanUrler

Defined in:
lib/fourchan-urler.rb

Defined Under Namespace

Classes: Request

Class Method Summary collapse

Class Method Details

.boards_listObject



24
25
26
# File 'lib/fourchan-urler.rb', line 24

def self.boards_list
  ["a", "b", "c", "d", "e", "f", "g", "g", "i", "f", "h", "h", "r", "k", "m", "o", "p", "r", "s", "t", "u", "v", "v", "g", "v", "r", "w", "w", "g", "i", "i", "c", "r", "9", "k", "s", "4", "s", "c", "m", "h", "m", "l", "g", "b", "t", "y", "3", "a", "d", "v", "a", "n", "a", "s", "p", "b", "i", "z", "c", "g", "l", "c", "k", "c", "o", "d", "i", "y", "f", "a", "f", "i", "t", "g", "d", "h", "c", "i", "n", "t", "j", "p", "l", "i", "t", "m", "l", "p", "m", "u", "n", "o", "u", "t", "p", "o", "p", "o", "l", "s", "c", "i", "s", "o", "c", "s", "p", "t", "g", "t", "o", "y", "t", "r", "v", "t", "v", "v", "p", "w", "s", "g", "x"]
end

.request(url) ⇒ Object



20
21
22
# File 'lib/fourchan-urler.rb', line 20

def self.request(url)
  self::Request.new(url)
end