Skip to content

Commit

Permalink
Require stringio in tokenizer
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdeng-mp committed Dec 13, 2024
1 parent ecd9f86 commit 1b61554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/spellr/tokenizer.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require 'stringio'
require_relative 'token'
require_relative 'column_location'
require_relative 'line_location'
Expand Down

0 comments on commit 1b61554

Please sign in to comment.