Class: Float

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

Overview

returns itself as is for Float

Instance Method Summary collapse

Instance Method Details

#to_pointsObject



24
25
26
# File 'lib/clockwork_comic_pdf/to_points.rb', line 24

def to_points
  self
end