diff options
Diffstat (limited to 'ext/win32ole/lib')
-rw-r--r-- | ext/win32ole/lib/win32ole.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/win32ole/lib/win32ole.rb b/ext/win32ole/lib/win32ole.rb index 635510b277..d7034f7845 100644 --- a/ext/win32ole/lib/win32ole.rb +++ b/ext/win32ole/lib/win32ole.rb @@ -19,7 +19,7 @@ if defined?(WIN32OLE) # #=> Did you mean? Add # def methods(*args) - super + ole_methods_safely.map(&:name) + super + ole_methods_safely.map(&:name).map(&:to_sym) end private |