Skip to content

Commit 63754fb

Browse files
committed
Remove self reference.
1 parent 2acb085 commit 63754fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/onelogin/ruby-saml/attributes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def include?(name)
4747

4848
# Return first value for an attribute
4949
def single(name)
50-
attributes[canonize_name(name)].first if self.include?(name)
50+
attributes[canonize_name(name)].first if include?(name)
5151
end
5252

5353
# Return all values for an attribute

0 commit comments

Comments
 (0)