Class: Symbol

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

Instance Method Summary collapse

Instance Method Details

#predObject



202
203
204
# File 'lib/pred.rb', line 202

def pred
  Pred::decrement_string(self.to_s).to_sym
end