# File lib/cmdparse.rb, line 77
77:     def instance
78:       yield @instance if block_given?
79:       @instance
80:     end