class Kiso::Generators::ComponentGenerator

def class_name_without_namespace

Returns:
  • (String) - the component name in PascalCase (e.g. "PricingCard")
def class_name_without_namespace
  file_name.camelize
end