module StringModifier
Direct including types
Defined in:
lucky_env/string_modifier.crInstance Method Summary
-
#format_key(key : String) : String
All "keys" are uppercase with no spaces
-
#remove_wrapped_quotes(string : String) : String
Removes single or double quotes wrapped around the string
Instance Method Detail
def remove_wrapped_quotes(string : String) : String
#
Removes single or double quotes wrapped around the string