Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions lib/key_control.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ module KeyControl
def self.library_names
LIBRARIES
end

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trailing whitespace detected.

# Public: Update the shared library names, for systems with different
# libraries that CentOS installations.
#
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trailing whitespace detected.

# Returns an Array
def self.library_names=(user_libs)
LIBRARIES.replace Array(user_libs)
end

# Public: Is a libkeyutils shared library detected on this system?
#
Expand Down