We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa089e5 commit 7525447Copy full SHA for 7525447
Gemfile.lock
@@ -1,6 +1,6 @@
1
GIT
2
remote: https://github.com/lsegal/yard.git
3
- revision: efb33b5411f54ae491c10ce5cd227fa49b985fde
+ revision: 9b0c0fdbf68654b783f40f04b115dd007f6226c6
4
branch: main
5
specs:
6
yard (0.9.37)
config/initializers/rubydoc.rb
@@ -115,16 +115,6 @@ def call(object)
115
retval
116
end
117
118
-
119
- module CodeObjects
120
- class ExtraFileObject
121
- def translate(data)
122
- return data if locale.nil?
123
- text = YARD::I18n::Text.new(data, have_header: true)
124
- text.translate(YARD::Registry.locale(locale))
125
- end
126
127
128
129
130
0 commit comments