module Kind::String
Public Instance Methods
kind()
click to toggle source
# File lib/kind/objects/modules/core/string.rb, line 7 def kind; ::String; end
value_or_empty(arg)
click to toggle source
# File lib/kind/objects/modules/core/string.rb, line 9 def value_or_empty(arg) KIND.value(self, arg, Empty::STRING) end
Also aliased as: empty_or