We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6b7d8c + cf5a179 commit 5d38617Copy full SHA for 5d38617
lcsp/counter.rb
@@ -6,8 +6,8 @@ module LCSC
6
# Solutions counter.
7
class LCSCCounter
8
# @param {String} path
9
- def initialize
10
- @path = './'
+ def initialize(path)
+ @path = path
11
end
12
13
# @return {Integer}
leetcode-ruby.gemspec
@@ -5,7 +5,7 @@ require 'English'
5
::Gem::Specification.new do |s|
s.required_ruby_version = '>= 3.0'
s.name = 'leetcode-ruby'
- s.version = '7.7.3'
+ s.version = '7.7.3.1'
s.license = 'MIT'
s.files = ::Dir['lib/**/*.rb'] + %w[README.md]
s.executable = 'leetcode-ruby'
0 commit comments