Method: Fourchan::Kit::Post#initialize

Defined in:
lib/fourchan/kit/post.rb

#initialize(hash, board) ⇒ Post

Returns a new instance of Post.



10
11
12
13
# File 'lib/fourchan/kit/post.rb', line 10

def initialize(hash, board)
  super(hash)
  @board = board
end