Class: Fixnum

Inherits:
Object
  • Object
show all
Defined in:
lib/clockwork_comic_pdf/to_points.rb

Overview

returns itself as is for fixnum

Instance Method Summary collapse

Instance Method Details

#to_pointsObject



17
18
19
# File 'lib/clockwork_comic_pdf/to_points.rb', line 17

def to_points
  self
end