Sha256: 7683c2d4e6a6134ee68a96130e308b6991bed9c7139f491176262e5e11edfc50

Contents?: true

Size: 351 Bytes

Versions: 7

Compression:

Stored size: 351 Bytes

Contents

module Pantograph
  module Actions
    require 'pantograph/actions/puts'
    class EchoAction < PutsAction
      #####################################################
      # @!group Documentation
      #####################################################

      def self.description
        'Alias for the `puts` action'
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pantograph-0.1.22 pantograph/lib/pantograph/actions/echo.rb
pantograph-0.1.21 pantograph/lib/pantograph/actions/echo.rb
pantograph-0.1.20 pantograph/lib/pantograph/actions/echo.rb
pantograph-0.1.19 pantograph/lib/pantograph/actions/echo.rb
pantograph-0.1.17 pantograph/lib/pantograph/actions/echo.rb
pantograph-0.1.16 pantograph/lib/pantograph/actions/echo.rb
pantograph-0.1.15 pantograph/lib/pantograph/actions/echo.rb