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