Class: Object

Inherits:
BasicObject
Defined in:
lib/ib/extensions.rb

Instance Method Summary collapse

Instance Method Details

#to_supObject

We still need to pass on nil, meaning: no value



61
62
63
# File 'lib/ib/extensions.rb', line 61

def to_sup
  self.to_s.upcase unless self.nil?
end