class Guard::PluginUtil

def _constant_name

Other tags:
    Example: Returns the most probable name for a plugin -
def _constant_name
  @_constant_name ||= name.gsub(/\/(.?)/) { "::#{ $1.upcase }" }.gsub(/(?:^|[_-])(.)/) { $1.upcase }
end