Method: Qt::Integer#-

Defined in:
lib/Qt/qtruby4.rb

#-(n) ⇒ Object



257
258
259
# File 'lib/Qt/qtruby4.rb', line 257

def -(n)
  return Integer.new(@value - n.to_i)
end