Sha256: ac67d03be3f17e13fb1604e0e528bbc79e7ab481ea62b55e542ca6779ee350cb
Contents?: true
Size: 854 Bytes
Versions: 4
Compression:
Stored size: 854 Bytes
Contents
# encoding: UTF-8 # frozen_string_literal: true # Requirements # ======================================================================= # Stdlib # ----------------------------------------------------------------------- # Deps # ----------------------------------------------------------------------- # Project / Package # ----------------------------------------------------------------------- # Refinements # ======================================================================= # Declarations # ======================================================================= # Definitions # ======================================================================= module NRSER::Rash::CLI # List the Rash functions available. def self.list NRSER::Rash.load_functions puts NRSER::Rash.function_names end end # module NRSER::Rash
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
nrser-rash-0.2.3 | lib/nrser/rash/cli/list.rb |
nrser-rash-0.2.2 | lib/nrser/rash/cli/list.rb |
nrser-rash-0.2.1 | lib/nrser/rash/cli/list.rb |
nrser-rash-0.2.0 | lib/nrser/rash/cli/list.rb |