class String
Public Instance Methods
is_valid?()
click to toggle source
# File lib/ext/string.rb, line 5 def is_valid? is_upper? || is_lower? || is_digit? end
# File lib/ext/string.rb, line 5 def is_valid? is_upper? || is_lower? || is_digit? end