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 5496452 commit ca427e6Copy full SHA for ca427e6
ext/win32ole/lib/win32ole/property.rb
@@ -4,7 +4,7 @@ class WIN32OLE
4
end
5
6
# OLEProperty is a helper class of Property with arguments, used by
7
-# `olegen.rb`-generated files.
+# +olegen.rb+-generated files.
8
class WIN32OLE::Property
9
# :stopdoc:
10
def initialize(obj, dispid, gettypes, settypes)
@@ -23,7 +23,7 @@ def []=(*args)
23
24
25
module WIN32OLE::VariantType
26
- # Alias for `olegen.rb`-generated files, that should include
+ # Alias for +olegen.rb+-generated files, that should include
27
# WIN32OLE::VARIANT.
28
OLEProperty = WIN32OLE::Property
29
0 commit comments