Sha256: b1c86e8cf9c1ef2f22b47d9ab34412d9e3752c162993f435d834957790d13df7
Contents?: true
Size: 270 Bytes
Versions: 56
Compression:
Stored size: 270 Bytes
Contents
# @@choose desc 'Select a section to display from a menu' command :choose do |c| c.action do |_global_options, _options, _args| section = @wwid.choose_section Doing::Pager.page @wwid.list_section({ section: section.cap_first, count: 0 }) if section end end
Version data entries
56 entries across 56 versions & 1 rubygems