Sha256: c427aaae6cd539d9c3ea5a3824049f50a309b44f063741ae9daff3cc454e2947
Contents?: true
Size: 391 Bytes
Versions: 30
Compression:
Stored size: 391 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
30 entries across 30 versions & 1 rubygems