Skip to content

Commit

Permalink
Remove Context#target
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Sep 9, 2024
1 parent da1faec commit 576a340
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions lib/phlex/context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ def initialize(user_context = {})

attr_reader :fragments

# Added for backwards compatibility with phlex-rails. We can remove this with 2.0
def target
@buffer
end

def target_fragments(fragments)
@fragments = fragments.to_h { |it| [it, true] }
end
Expand Down
7 changes: 0 additions & 7 deletions quickdraw/context.test.rb

This file was deleted.

0 comments on commit 576a340

Please sign in to comment.