Class: File

Inherits:
Object show all
Defined in:
lib/killbill/http_servlet.rb

Overview

Fix bug in JRuby’s handling of gems in jars (JRUBY-3986)

Class Method Summary collapse

Class Method Details

.mtime(path) ⇒ Object



125
126
127
# File 'lib/killbill/http_servlet.rb', line 125

def self.mtime(path)
  stat(path).mtime
end