Class: Symbol
Relationships & Source Files | |
Inherits: | Object |
Defined in: | activesupport/lib/active_support/core_ext/object/json.rb, activesupport/lib/active_support/core_ext/symbol/starts_ends_with.rb |
Instance Method Summary
Instance Method Details
#ends_with?
[ GitHub ]# File 'activesupport/lib/active_support/core_ext/symbol/starts_ends_with.rb', line 5
alias :ends_with? :end_with?
#starts_with?
[ GitHub ]# File 'activesupport/lib/active_support/core_ext/symbol/starts_ends_with.rb', line 4
alias :starts_with? :start_with?