Sha256: ef0a0175b452b66aecf4d50c5e7cb2371b53b0ec0331c820e6ed467c86f49bbc
Contents?: true
Size: 218 Bytes
Versions: 2
Compression:
Stored size: 218 Bytes
Contents
require 'to_source' module Mutant class Formatter attr_reader :item def initialize(item) @item = item end def nested? false end def to_s item.to_source end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mutant-0.1.1 | lib/mutant/formatter.rb |
mutant-0.1.0 | lib/mutant/formatter.rb |