Skip to content

Commit

Permalink
Change details definition to dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
lauragilgz committed Nov 8, 2024
1 parent a94db48 commit 6d62d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cfonb/operation.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module CFONB
class Details; end
Details = Class.new

class Operation
BASE_ATTRIBUTES = %i[
Expand Down

0 comments on commit 6d62d5a

Please sign in to comment.