Class: Symbol

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

Overview

Custom methods for Symbol class

Instance Method Summary collapse

Instance Method Details

#upcase!Object



12
13
14
# File 'lib/core_ext/custom_lib.rb', line 12

def upcase!
  to_s.upcase
end