# File lib/clamp.rb, line 5
def Clamp(&block)
  Class.new(Clamp::Command, &block).run
end