class GemMonitor::Configuration
Attributes
gemfile_lock_path[RW]
gemfile_path[RW]
Public Class Methods
new()
click to toggle source
# File lib/gem_monitor.rb, line 29 def initialize @gemfile_path = "Gemfile" @gemfile_lock_path = "Gemfile.lock" end