class JRuby::Lint::Collectors::Gemspec
Public Class Methods
detect?(f)
click to toggle source
# File lib/jruby/lint/collectors/gemspec.rb, line 4 def self.detect?(f) File.extname(f) == '.gemspec' end
# File lib/jruby/lint/collectors/gemspec.rb, line 4 def self.detect?(f) File.extname(f) == '.gemspec' end