Method: String#-@

Defined in:
lib/chitin/core_ext/string.rb

#-@Object



4
5
6
# File 'lib/chitin/core_ext/string.rb', line 4

def -@
  "-#{self}"
end