# File lib/clamp/help.rb, line 34 def derived_usage_description parts = ["[OPTIONS]"] parts += parameters.map(&:name) parts.join(" ") end