Sha256: b7e0a5873baa4125b8976990d9781fd6d654b8438c2d72d9ad065bc7d19ca841

Contents?: true

Size: 346 Bytes

Versions: 8

Compression:

Stored size: 346 Bytes

Contents

# Encoding: utf-8

require 'chemistrykit/formula/base'

module Formulas
  module SubModule
    class AltChemistFormula < ChemistryKit::Formula::Base
      include ChemistryKit::Formula::ChemistAware
      def open(url)
        @driver.get url
      end

      def change_chemist_type(type)
        chemist.type = type
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
chemistrykit-3.10.1 spec/support/formulas/sub_module/alt_chemist_formula.rb
chemistrykit-3.10.0 spec/support/formulas/sub_module/alt_chemist_formula.rb
chemistrykit-3.9.1 spec/support/formulas/sub_module/alt_chemist_formula.rb
chemistrykit-3.9.0 spec/support/formulas/sub_module/alt_chemist_formula.rb
chemistrykit-3.9.0.rc3 spec/support/formulas/sub_module/alt_chemist_formula.rb
chemistrykit-3.9.0.rc2 spec/support/formulas/sub_module/alt_chemist_formula.rb
chemistrykit-3.9.0.rc1 spec/support/formulas/sub_module/alt_chemist_formula.rb
chemistrykit-3.8.1 spec/support/formulas/sub_module/alt_chemist_formula.rb