Class: Integer

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

Instance Method Summary collapse

Instance Method Details

#present?Boolean

Returns:

  • (Boolean)


21
22
23
# File 'lib/bb_analytics.rb', line 21

def present?
  !self.nil?
end