class Stairwell::Types::StringType

Public Instance Methods

valid?() click to toggle source
# File lib/stairwell/types/string_type.rb, line 5
def valid?
  value.is_a?(String)
end