Module: Vectory::CLI::SupportedOutputFormats

Defined in:
lib/vectory/cli.rb

Constant Summary collapse

EPS =
"eps".freeze
PS =
"ps".freeze
SVG =
"svg".freeze
EMF =
"emf".freeze

Class Method Summary collapse

Class Method Details

.allObject



39
40
41
# File 'lib/vectory/cli.rb', line 39

def self.all
  constants.map { |x| const_get(x) }
end