Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/ib/extensions.rb
Instance Method Summary collapse
-
#to_sup ⇒ Object
We still need to pass on nil, meaning: no value.
Instance Method Details
#to_sup ⇒ Object
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 |