lib/textbringer/commands.rb in textbringer-1.0.0 vs lib/textbringer/commands.rb in textbringer-1.0.1
- old
+ new
@@ -1,6 +1,4 @@
-# frozen_string_literal: true
-
require "open3"
require "io/wait"
module Textbringer
Command = Struct.new(:name, :block, :doc)