module CommandParser

Public Class Methods

new() { |Option| ... } click to toggle source
# File lib/dotfiles/parse/parser.rb, line 40
def self.new
  yield Option
end