Sha256: 8eed81e143329bf1d4321a1d75c634fec1b7cdbe6239afcd7ae26ce6d42a5278
Contents?: true
Size: 280 Bytes
Versions: 11
Compression:
Stored size: 280 Bytes
Contents
module CutePrint class LocationLabel # @api private class Path def initialize(location) @location = location end def to_s "%s:%d: " % [ @location.path, @location.line_number, ] end end end end
Version data entries
11 entries across 11 versions & 1 rubygems