Sha256: 4180c4033e2c7381987f92ebd811e498e2b5986fd7e5818a201dbdbc37038ad4
Contents?: true
Size: 354 Bytes
Versions: 7
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
7 entries across 7 versions & 1 rubygems