Sha256: 80f053006c299247ae193670a311aa59aa7b775757ad15b772176f0ef81b4841
Contents?: true
Size: 129 Bytes
Versions: 2
Compression:
Stored size: 129 Bytes
Contents
require 'thor' module Yun class Node < Thor desc "list", "list all nodes" def list Yun.list end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yun-0.0.2 | lib/yun/commands/node_command.rb |
yun-0.0.1 | lib/yun/commands/node_command.rb |