Class: Fixnum

Inherits:
Object
  • Object
show all
Defined in:
lib/rbcurse/rwidget.rb

Overview

2009-10-04 14:13 added RK after suggestion on www.ruby-forum.com/topic/196618#856703 these are for 1.8 compatibility

Instance Method Summary collapse

Instance Method Details

#getbyte(n) ⇒ Object



95
96
97
# File 'lib/rbcurse/rwidget.rb', line 95

def getbyte(n)
  self
end

#ordObject



91
92
93
# File 'lib/rbcurse/rwidget.rb', line 91

def ord
  self
end