Method: Wrapp::AppInfo#full_name

Defined in:
lib/wrapp/app_info.rb

#full_nameObject



9
10
11
12
# File 'lib/wrapp/app_info.rb', line 9

def full_name
  separator = '_'
  [name.downcase, version].join(separator).gsub(/\s+/, separator)
end