Method: Object#presence

Defined in:
lib/bright/helpers/blank_helper.rb

#presenceObject



12
13
14
# File 'lib/bright/helpers/blank_helper.rb', line 12

def presence
  self if present?
end