Skip to content

Commit

Permalink
README tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewis Marshall committed Sep 7, 2012
1 parent 26ed70e commit 344f3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ file.inheritable?(:fowner) # => false

Cap2 can be used to enable / disable capabilities of the current Ruby process.

Suppose the ruby binary file permits :kill, but does not enable it on exec:
Suppose the ruby binary file permits `:kill`, but does not enable it on exec:

```
ruby = Cap2.file('/usr/bin/ruby') # => #<Cap2::File @filename="/usr/bin/ruby">
Expand Down

0 comments on commit 344f3b2

Please sign in to comment.