Sha256: 57c0b41b0e2ce10a020420eef9f866a50966bf39a8496194ce0eaee0b3e8b025
Contents?: true
Size: 510 Bytes
Versions: 4
Compression:
Stored size: 510 Bytes
Contents
require "itest5ch/version" require "hpricot" require "htmlentities" module Itest5ch autoload :AssertMethods, "itest5ch/assert_methods" autoload :Board, "itest5ch/board" autoload :BoardListPage, "itest5ch/board_list_page" autoload :Comment, "itest5ch/comment" autoload :Config, "itest5ch/config" autoload :HttpMethods, "itest5ch/http_methods" autoload :Thread, "itest5ch/thread" # @return [Itest5ch::Config] def self.config @config ||= Config.new end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
itest5ch-2.0.2 | lib/itest5ch.rb |
itest5ch-2.0.1 | lib/itest5ch.rb |
itest5ch-2.0.0 | lib/itest5ch.rb |
itest5ch-1.0.0 | lib/itest5ch.rb |