Method: Retrospec::Puppet::Generators::FunctionGenerator#function_name

Defined in:
lib/retrospec/plugins/v1/plugin/generators/function_generator.rb

#function_nameObject

returns the name of the function



118
119
120
# File 'lib/retrospec/plugins/v1/plugin/generators/function_generator.rb', line 118

def function_name
  context.name.gsub('::', '_')
end