Class: Fixnum
- Inherits:
-
Object
- Object
- Fixnum
- Defined in:
- lib/clockwork_comic_pdf/to_points.rb
Overview
returns itself as is for fixnum
Instance Method Summary collapse
Instance Method Details
#to_points ⇒ Object
17 18 19 |
# File 'lib/clockwork_comic_pdf/to_points.rb', line 17 def to_points self end |