Sha256: ed99514a700a94faa302788ab0116396909eb1757fd58101781b9e14c12e2a41
Contents?: true
Size: 235 Bytes
Versions: 1
Compression:
Stored size: 235 Bytes
Contents
module Slate module Calculation class Last < Base name "Last Point" description "Returns the last point in each of the targets." protected def map(points) points.last end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slate-1.0.1 | lib/slate/calculation/last.rb |