Sha256: 5475314a561820c9c06081f922cb4070121ca2fac783b4f86c07e873b2433fab

Contents?: true

Size: 164 Bytes

Versions: 14

Compression:

Stored size: 164 Bytes

Contents

require "haml"
require "pact_broker/string_refinements"

module Haml::Helpers
  using PactBroker::StringRefinements

  def blank?(thing)
    thing.blank?
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
pact_broker-2.112.0 lib/pact_broker/ui/helpers/haml_helpers.rb
pact_broker-2.111.0 lib/pact_broker/ui/helpers/haml_helpers.rb
pact_broker-2.109.1 lib/pact_broker/ui/helpers/haml_helpers.rb
pact_broker-2.109.0 lib/pact_broker/ui/helpers/haml_helpers.rb
pact_broker-2.108.0 lib/pact_broker/ui/helpers/haml_helpers.rb
pact_broker-2.107.1 lib/pact_broker/ui/helpers/haml_helpers.rb
pact_broker-2.107.0 lib/pact_broker/ui/helpers/haml_helpers.rb
pact_broker-2.107.0.beta.1 lib/pact_broker/ui/helpers/haml_helpers.rb
pact_broker-2.106.0 lib/pact_broker/ui/helpers/haml_helpers.rb
pact_broker-2.105.0 lib/pact_broker/ui/helpers/haml_helpers.rb
pact_broker-2.104.0 lib/pact_broker/ui/helpers/haml_helpers.rb
pact_broker-2.103.0 lib/pact_broker/ui/helpers/haml_helpers.rb
pact_broker-2.102.2 lib/pact_broker/ui/helpers/haml_helpers.rb
pact_broker-2.102.1 lib/pact_broker/ui/helpers/haml_helpers.rb