Skip to content

Commit

Permalink
remove unnecessary instance method
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek committed Dec 8, 2024
1 parent 45cb6df commit ad2d79d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/react_on_rails/version_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ def self.build
new(NodePackageVersion.build)
end

def self.instance(package_json_path)
new(NodePackageVersion.new(package_json_path))
end

def initialize(node_package_version)
@node_package_version = node_package_version
end
Expand Down

0 comments on commit ad2d79d

Please sign in to comment.