Module: FakerMaker::Naming::JSONCapitalized
- Defined in:
- lib/faker_maker/naming/json_capitalized.rb
Overview
Use CamelCase for naming
Class Method Summary collapse
Class Method Details
permalink .name(name) ⇒ Object
[View source]
7 8 9 |
# File 'lib/faker_maker/naming/json_capitalized.rb', line 7 def self.name(name) name.to_s.camelize end |