class Pantograph::Actions::EchoAction

Public Class Methods

description() click to toggle source

@!group Documentation

# File pantograph/lib/pantograph/actions/echo.rb, line 9
def self.description
  'Alias for the `puts` action'
end