Skip to content

Instantly share code, notes, and snippets.

def build_options(option_name, option_values={})
if (option_values.length > 0)
option_text = "/#{option_name}:#{option_values}.build_parameters".chop
end
option_text
end
#monkeypatch for hash (not sure how this is done exactly)
def build_parameters
option_text = ''