Sha256: 62ecbe19fbc0ffcbefa0a154b2066920012794c8b8396caa444375d41d2d4cd3
Contents?: true
Size: 169 Bytes
Versions: 8
Compression:
Stored size: 169 Bytes
Contents
class SpecPlugin def initialize(transformation, text) @transformation, @text = transformation, text end def call; return @text.send(@transformation); end end
Version data entries
8 entries across 8 versions & 1 rubygems