Sha256: b9884efb45a655f6f82457d8d17bc595e6ab2e7491cd523d79db3ee4790b56a6

Contents?: true

Size: 232 Bytes

Versions: 26

Compression:

Stored size: 232 Bytes

Contents

module Softwear
  module Auth
    module EmailsHelper
      def backtrace_is_from_app?(line)
        !(line.include?('/gems/') || /^kernel\// =~ line || line.include?('/vendor_ruby/'))
      end

      extend self
    end
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
softwear-lib-2.0.10 lib/softwear/auth/emails_helper.rb
softwear-lib-2.0.9.2 lib/softwear/auth/emails_helper.rb
softwear-lib-2.0.9.1 lib/softwear/auth/emails_helper.rb
softwear-lib-2.0.9 lib/softwear/auth/emails_helper.rb
softwear-lib-2.0.8 lib/softwear/auth/emails_helper.rb
softwear-lib-2.0.4 lib/softwear/auth/emails_helper.rb