Sha256: cc1d6a8be7fd69da8925f169f71bdf0985eab0b4bc77b5912007ec0c1fc794cb

Contents?: true

Size: 441 Bytes

Versions: 15

Compression:

Stored size: 441 Bytes

Contents

# frozen_string_literal: true

module Molecule

end

class Object
  include Molecule
  # we add a getter for the molecule in standard ruby Object
  # def molecule
  #   @molecule
  # end
end

class Atome
  include Molecule
end


# tests
# new({application: :compose, header: true, footer: true })
#
# new(page: {name: :home, application: :compose, attach: :root })
#
# new(module: {name: :home, application: :compose, attach: :root })






Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
atome-0.5.7.3.9 lib/molecules/init.rb
atome-0.5.7.3.6 lib/molecules/init.rb
atome-0.5.7.3.5 lib/molecules/init.rb
atome-0.5.7.3.3 lib/molecules/init.rb
atome-0.5.7.3.2 lib/molecules/init.rb
atome-0.5.7.3.1 lib/molecules/init.rb
atome-0.5.7.3.0 lib/molecules/init.rb
atome-0.5.7.1.8 lib/molecules/init.rb
atome-0.5.7.1.7 lib/molecules/init.rb
atome-0.5.7.1.0 lib/molecules/init.rb
atome-0.5.7.0.7 lib/molecules/init.rb
atome-0.5.7.0.5 lib/molecules/init.rb
atome-0.5.7.0.4 lib/molecules/init.rb
atome-0.5.7.0.3 lib/molecules/init.rb
atome-0.5.7.0.2 lib/molecules/init.rb