module Haml::Helpers

Public Instance Methods

blank?(thing) click to toggle source
# File lib/pact_broker/ui/helpers/haml_helpers.rb, line 7
def blank?(thing)
  thing.blank?
end