module Cased::Metadata

Constants

VERSION

Public Class Methods

commands() click to toggle source

@example

Cased::Metadata.commands

@return [Hash{Program => Array of potential commands}]

# File lib/cased/metadata.rb, line 13
def self.commands
  spec = Gem::Specification.find_by_name("cased-metadata")
  gem_root = spec.gem_dir
  YAML.load_file("#{gem_root}/lib/cased/commands.yml")
end