Sha256: c1b2e8d6dcf9fbf9cfc30bae70e076deeb80622a05ee686fbebfa5b197c2552f
Contents?: true
Size: 351 Bytes
Versions: 11
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
11 entries across 11 versions & 1 rubygems