Skip to content

Commit

Permalink
fixup! Also include memo_pad class method
Browse files Browse the repository at this point in the history
  • Loading branch information
pbyrne committed Feb 26, 2024
1 parent 95e48a7 commit 2fae5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/memo_pad.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
module MemoPad
def self.included(klass)
def klass.memo_pad
@@memo_pad ||= MemoPad::Memo.new
@memo_pad ||= MemoPad::Memo.new
end
end

Expand Down

0 comments on commit 2fae5f0

Please sign in to comment.