Skip to content

Commit

Permalink
Update sgml.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Oct 3, 2024
1 parent b2b170f commit eab1e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phlex/sgml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def __styles__(styles)
end
end

def self.method_added(method_name)
private_class_method def self.method_added(method_name)
if method_name == :view_template
location = instance_method(method_name).source_location[0]

Expand Down

0 comments on commit eab1e8e

Please sign in to comment.