Sha256: a9f3d7dc961df1e962cb73cc09e30528277f4ea8ae76a0f5f2347b883ad23bfd
Contents?: true
Size: 536 Bytes
Versions: 1
Compression:
Stored size: 536 Bytes
Contents
# frozen_string_literal: true require 'active_support' require 'active_support/all' require 'sinclair' module Arstotzka extend ActiveSupport::Concern autoload :Builder, 'arstotzka/builder' autoload :ClassMethods, 'arstotzka/class_methods' autoload :Crawler, 'arstotzka/crawler' autoload :Exception, 'arstotzka/exception' autoload :Fetcher, 'arstotzka/fetcher' autoload :Reader, 'arstotzka/reader' autoload :Wrapper, 'arstotzka/wrapper' autoload :TypeCast, 'arstotzka/type_cast' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
arstotzka-1.0.2 | lib/arstotzka.rb |