# File lib/clamp/attribute/instance.rb, line 31 def default command.send(attribute.default_method) if command.respond_to?(attribute.default_method, true) end