class JRuby::Lint::Collectors::Bundler

Public Class Methods

detect?(f) click to toggle source
# File lib/jruby/lint/collectors/bundler.rb, line 4
def self.detect?(f)
  File.basename(f) == 'Gemfile'
end