Sha256: 7fcc936756e1b3b8554c9ff9b2be85e9e21fb4682d4c7de3ac15637c4a3db849

Contents?: true

Size: 344 Bytes

Versions: 4

Compression:

Stored size: 344 Bytes

Contents

# frozen_string_literal: true
# This module is included when a Language can be directly used by the user.
#
# This is deliberately defined so that consumers of this library can inject methods into all
# concrete languages.
module Coursemology::Polyglot::ConcreteLanguage
  extend ActiveSupport::Autoload

  autoload :ClassMethods
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
coursemology-polyglot-0.2.2 lib/coursemology/polyglot/concrete_language.rb
coursemology-polyglot-0.2.1 lib/coursemology/polyglot/concrete_language.rb
coursemology-polyglot-0.2.0 lib/coursemology/polyglot/concrete_language.rb
coursemology-polyglot-0.1.0 lib/coursemology/polyglot/concrete_language.rb