Skip to content

Commit

Permalink
Remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Jul 18, 2023
1 parent 3a77e74 commit 27d4132
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/page_ez/parameters.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ def non_keyword_args
end
end

def no_arguments?
@block.arity.zero?
end

private_class_method :new

def initialize(block)
Expand All @@ -40,10 +36,6 @@ def keyword_args
def non_keyword_args
[]
end

def no_arguments?
true
end
end

class Parameter
Expand Down

0 comments on commit 27d4132

Please sign in to comment.