lib/simple2ch/board.rb in simple2ch-0.0.1 vs lib/simple2ch/board.rb in simple2ch-0.0.2

- old
+ new

@@ -19,10 +19,10 @@ @thres = [] end # 板に属する全てのスレッドを返す # @return [Array<Thre>] 板に属する全てのスレッド - def threads + def thres if @thres.size > 0 @thres else fetch_all_thres end \ No newline at end of file