Class: String
- Inherits:
-
Object
- Object
- String
- Includes:
- ReservedFor::MethodMissing
- Defined in:
- lib/reserved_for/string.rb
Instance Method Summary collapse
- #reserved_for_any? ⇒ Boolean (also: #reserved_for?)
Methods included from ReservedFor::MethodMissing
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ReservedFor::MethodMissing
Instance Method Details
#reserved_for_any? ⇒ Boolean Also known as: reserved_for?
16 17 18 |
# File 'lib/reserved_for/string.rb', line 16 def reserved_for_any? ReservedFor.any.include?(self) end |