# File lib/clamp.rb, line 7 def Clamp(&block) # rubocop:disable Naming/MethodName Class.new(Clamp::Command, &block).run end