Module: Haml::Helpers

Defined in:
lib/pact_broker/ui/helpers/haml_helpers.rb

Instance Method Summary collapse

Instance Method Details

#blank?(thing) ⇒ Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/pact_broker/ui/helpers/haml_helpers.rb', line 7

def blank?(thing)
  thing.blank?
end