Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/bb_analytics.rb

Overview

some ActiveSupport style monkey patching for ‘#present?’

Instance Method Summary collapse

Instance Method Details

#present?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/bb_analytics.rb', line 9

def present?
  !self.nil? && self != ""
end