Sha256: d6b11cbf76e7ddee31ae4f6912c7bc99571d1382ef22991ad522994ecb61870c

Contents?: true

Size: 423 Bytes

Versions: 9

Compression:

Stored size: 423 Bytes

Contents

require 'hyperstack/internal/component/haml'
# to allow for easier testing we include the internal mixins
# from hyperstack/internal/component/haml
# see spec/deprecated_features/haml_spec
module Hyperstack
  module Internal
    module Component
      module Tags
        include HAMLTagInstanceMethods
      end
    end
  end
  module Component
    class Element
      include HAMLElementInstanceMethods
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hyper-component-1.0.alpha1.8 lib/hyperstack/component/haml.rb
hyper-component-1.0.alpha1.7 lib/hyperstack/component/haml.rb
hyper-component-1.0.alpha1.6 lib/hyperstack/component/haml.rb
hyper-component-1.0.alpha1.5 lib/hyperstack/component/haml.rb
hyper-component-1.0.alpha1.4 lib/hyperstack/component/haml.rb
hyper-component-1.0.alpha1.3 lib/hyperstack/component/haml.rb
hyper-component-1.0.alpha1.2 lib/hyperstack/component/haml.rb
hyper-component-1.0.alpha1.1 lib/hyperstack/component/haml.rb
hyper-component-1.0.alpha1 lib/hyperstack/component/haml.rb