class String

Public Instance Methods

reserved_for?()
Alias for: reserved_for_any?
reserved_for_any?() click to toggle source
# File lib/reserved_for/string.rb, line 16
def reserved_for_any?
  ReservedFor.any.include?(self)
end
Also aliased as: reserved_for?