Skip to content

Commit

Permalink
Remove explicit Object/BasicObject inheritence
Browse files Browse the repository at this point in the history
in a seperate file.
  • Loading branch information
svanhesteren committed Sep 5, 2024
1 parent f00b0e1 commit ec245cd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion lib/pbbuilder.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require "pbbuilder/pbbuilder"
# require "pbbuilder/pbbuilder"
require 'pbbuilder/errors'
require "pbbuilder/protobuf_extension"
require "pbbuilder/railtie" if defined?(Rails)
Expand Down
2 changes: 0 additions & 2 deletions lib/pbbuilder/errors.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require "pbbuilder/pbbuilder"

class Pbbuilder
class MergeError < ::StandardError
def self.build(current_value, updates)
Expand Down
5 changes: 0 additions & 5 deletions lib/pbbuilder/pbbuilder.rb

This file was deleted.

0 comments on commit ec245cd

Please sign in to comment.