class XMLInstantiatorTest::MyInstantiator

Public Instance Methods

class_name(str) click to toggle source
# File lib/puppet/vendor/rgen/test/xml_instantiator_test.rb, line 31
def class_name(str)
  camelize(str)
end