Sha256: a85cc247e0fcecde7cb4b0e21308d14b6819b1ad8ed21a998f1b107ed4a412d5
Contents?: true
Size: 354 Bytes
Versions: 11
Compression:
Stored size: 354 Bytes
Contents
module Pantograph module Actions require 'pantograph/actions/puts' class PrintlnAction < 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