Class: WIN32OLE_VARIABLE

Inherits:
Object
  • Object
show all
Defined in:
lib/com/win32ole.rb

Instance Method Summary collapse

Instance Method Details

#const_nameObject



16
17
18
# File 'lib/com/win32ole.rb', line 16

def const_name
  name.sub(/^./){ |l| l.upcase }
end