File Manager

Path: /proc/self/root/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/tins-1.25.0/lib/tins/

Viewing File: to.rb

module Tins
  module To
    def to(string)
      shift_width = (string[/\A\s*/]).size
      string.gsub(/^[^\S\n]{0,#{shift_width}}/, '')
    end
  end
end