Skip to content

Commit

Permalink
fix private method (should be public)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthutchinson committed Apr 15, 2017
1 parent 28904c1 commit 090b39f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/lolcommits/gem_plugin.rb
Expand Up @@ -44,12 +44,12 @@ def plugin_klass
warn "failed to load constant from plugin gem '#{plugin_klass_name}: #{e}'"
end

private

def gem_name
gem_spec.name
end

private

def gem_path
gem_name.gsub(/-|_/, '/')
end
Expand Down

0 comments on commit 090b39f

Please sign in to comment.