On 25/11/09 20:33, Markus Roberts wrote: > > Ruby question: does nil.to_s raises an exception or produces ""? > > (I know I can check by myself, but I feel lazy this morning) > > > You can call to_s on anything. nil.to_s --> ""
Thanks, I modified the code based on your comments. Do you +1 the patch? -- Brice Figureau My Blog: http://www.masterzen.fr/ -- 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.
