Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/bb_analytics.rb
Overview
some ActiveSupport style monkey patching for ‘#present?’
Instance Method Summary collapse
Instance Method Details
#present? ⇒ Boolean
9 10 11 |
# File 'lib/bb_analytics.rb', line 9 def present? !self.nil? && self != "" end |