On Tue, May 10, 2011 at 10:49, ajsharp <[email protected]> wrote: > Yea, you're probably right. FWIW, here's the offending block of code > in lib/puppet/interface/option_builder.rb:19:
[...] > Puppet::Interface::Option.instance_methods.grep(/=$/).each do | > setter| > next if setter =~ /^=/ > dsl = setter.to_s.sub(/=$/, '') Yeah, that looks right to me. :) Daniel -- ⎋ Puppet Labs Developer – http://puppetlabs.com ✉ Daniel Pittman <[email protected]> ✆ Contact me via gtalk, email, or phone: +1 (877) 575-9775 ♲ Made with 100 percent post-consumer electrons -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
