Sha256: 4340eb6d2506bfbf91533a0ff2df40f04d08889f26474e2a3a0c807846daebd3
Contents?: true
Size: 392 Bytes
Versions: 25
Compression:
Stored size: 392 Bytes
Contents
# encoding: utf-8 module TestApp # Class for integration testing literal mutations class Literal def boolean true end def command(_foo) self end def string 'string' end def uncovered_string 'string' end def self.string 'string' end def symbol :symbol end def float 2.4 end end end
Version data entries
25 entries across 25 versions & 1 rubygems