Class: Fixnum
- Inherits:
-
Object
- Object
- Fixnum
- Defined in:
- lib/rbreadline.rb
Overview
Inspired by GNU Readline, translation to Ruby
Copyright (C) 2009 by Park Heesob [email protected]
Instance Method Summary collapse
Instance Method Details
#ord ⇒ Object
10 |
# File 'lib/rbreadline.rb', line 10 def ord; self; end |