lib/textbringer/commands/fill.rb in textbringer-1.0.0 vs lib/textbringer/commands/fill.rb in textbringer-1.0.1

- old
+ new

@@ -1,5 +1,5 @@ -# frozen_string_literal: true +require "stringio" module Textbringer module FillExtension refine Buffer do def fill_region(s = Buffer.current.point, e = Buffer.current.mark)