DSL Magics
9 10 11
# File 'lib/tomdoc/cli.rb', line 9 def self.options(&block) block ? (@options = block) : @options end