Add "#:nodoc:" for ActionController::Routing::PathComponent::Result #2209 [l.francke@gmx.de]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2254 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
dfd0bdf1a0
commit
620726f844
@ -268,7 +268,7 @@ def write_recognition(g)
|
||||
g.finish(false)
|
||||
end
|
||||
|
||||
class Result < ::Array
|
||||
class Result < ::Array #:nodoc:
|
||||
def to_s() join '/' end
|
||||
def self.new_escaped(strings)
|
||||
new strings.collect {|str| CGI.unescape str}
|
||||
|
Loading…
Reference in New Issue
Block a user