Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/ax_elements/mri.rb
Overview
AXElements extensions to the Symbol class
Instance Method Summary collapse
-
#chomp(suffix) ⇒ String
Equivalent to
String#chomp
, coerces receiver to string first.
Instance Method Details
#chomp(suffix) ⇒ String
Equivalent to String#chomp
, coerces receiver to string first
76 77 78 |
# File 'lib/ax_elements/mri.rb', line 76 def chomp suffix to_s.chomp suffix end |