File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 1010module JRuby
1111 module Rack
1212
13- # @deprecated use {JRuby::Rack::Helpers#silence_warnings} instead
14- def self . silence_warnings ( &block )
15- Helpers . silence_warnings ( &block )
16- end
17-
18- def self . booter ; @booter ; end # :nodoc TODO do we need to keep after boot! ?!
13+ def self . booter ; @booter end # :nodoc TODO do we need to keep after boot! ?!
1914
2015 class << self
2116
Original file line number Diff line number Diff line change @@ -221,10 +221,6 @@ def expand_path(path); layout.expand_path(path) end
221221
222222 private
223223
224- def silence_warnings ( &block )
225- Helpers . silence_warnings ( &block )
226- end
227-
228224 def path_to_file ( url )
229225 url . toURI . toString
230226 rescue Java ::JavaNet ::URISyntaxException
You can’t perform that action at this time.
0 commit comments