Skip to content

Commit

Permalink
Remove unused FileInputMethod#file_name
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Jul 8, 2023
1 parent 01f615a commit 4e26b31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/irb/input-method.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ def initialize(file)
@io = file.is_a?(IO) ? file : File.open(file)
@external_encoding = @io.external_encoding
end
# The file name of this input method, usually given during initialization.
attr_reader :file_name

# Whether the end of this input method has been reached, returns +true+ if
# there is no more data to read.
Expand Down

0 comments on commit 4e26b31

Please sign in to comment.