Skip to content
  • Jeremy Evans's avatar
    b4dfac2c
    Fix ArgumentError in expand_tabs.rb · b4dfac2c
    Jeremy Evans authored
    This fixes the following in my environment:
    
    misc/expand_tabs.rb:29:in `=~': invalid byte sequence in US-ASCII (ArgumentError)
    
    This switches from =~ to start_with? as a regular expression is
    not actually needed here.
    b4dfac2c
    Fix ArgumentError in expand_tabs.rb
    Jeremy Evans authored
    This fixes the following in my environment:
    
    misc/expand_tabs.rb:29:in `=~': invalid byte sequence in US-ASCII (ArgumentError)
    
    This switches from =~ to start_with? as a regular expression is
    not actually needed here.
Loading