# File lib/main/parameter.rb, line 575 def synopsis *arg arg.size == 0 ? param.synopsis : (param.synopsis arg.first) end