class Mdtoc::CLI::Options
Public Instance Methods
[]=(key, val)
click to toggle source
# File lib/mdtoc/cli.rb, line 45 def []=(key, val) send("#{key}=", val) end
# File lib/mdtoc/cli.rb, line 45 def []=(key, val) send("#{key}=", val) end