Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/extensions/class-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
85 86 87 |
# File 'lib/extensions/class-extensions.rb', line 85 def to_sup self.to_s.upcase unless self.nil? end |