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
76 77 78 |
# File 'lib/extensions/class-extensions.rb', line 76 def to_sup self.to_s.upcase unless self.nil? end |