Skip to content

Commit

Permalink
Merge pull request #2918 from newrelic/myxocyprinus
Browse files Browse the repository at this point in the history
DD: update the rendering of the 'named' line
  • Loading branch information
fallwith authored Oct 22, 2024
2 parents 9bcd02e + 2507052 commit cf5008a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# frozen_string_literal: true

DependencyDetection.defer do
named :<%= @name.match?(/\-|\_/) ? "'#{@snake_name}'" : @name.downcase %>
named :<%= @snake_name %>

depends_on do
# The class that needs to be defined to prepend/chain onto. This can be used
Expand Down

0 comments on commit cf5008a

Please sign in to comment.