Sha256: fb993ce999e7c9c4e1cd9c09a353b5a08255325a52eee6acfc85e6e98e537952
Contents?: true
Size: 177 Bytes
Versions: 7
Compression:
Stored size: 177 Bytes
Contents
module Coltrane module Commands class AvailableRepresentations < Command def run ['Text'] + Representation.constants.map(&:to_s) end end end end
Version data entries
7 entries across 7 versions & 1 rubygems