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

Version Path
zen-0.4.3 spec/fixtures/zen/plugin.rb
zen-0.4.2 spec/fixtures/zen/plugin.rb
zen-0.4.1 spec/fixtures/zen/plugin.rb
zen-0.4 spec/fixtures/zen/plugin.rb
zen-0.3 spec/fixtures/zen/plugin.rb
zen-0.3b1 spec/fixtures/zen/plugin.rb
zen-0.3b spec/fixtures/zen/plugin.rb
zen-0.2.8 spec/fixtures/zen/plugin.rb