class TheFox::Wallet::CategoriesCommand
List all used categories.
Constants
- NAME
Public Instance Methods
run()
click to toggle source
# File lib/wallet/command_categories.rb, line 9 def run wallet = Wallet.new(@options[:wallet_path]) puts wallet.categories end