Skip to content

Commit

Permalink
Merge pull request #137 from ahorek/public_instance_methods
Browse files Browse the repository at this point in the history
public_instance_methods
  • Loading branch information
bolandrm authored Aug 19, 2019
2 parents 6b0bf4c + 47b3d3a commit 84e63a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/sassc/script.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ module SassC
module Script

def self.custom_functions
Functions.instance_methods.select do |function|
Functions.public_method_defined?(function)
end
Functions.public_instance_methods
end

def self.formatted_function_name(function_name)
Expand Down

0 comments on commit 84e63a8

Please sign in to comment.