Skip to content

Commit

Permalink
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
:setup:
:file:
shims.rb: |
# stub methods caling #system

This comment has been minimized.

Copy link
@nirvdrum

nirvdrum Sep 3, 2015

Contributor

Small typo: "caling" -> "calling"

This comment has been minimized.

Copy link
@chrisseaton

chrisseaton Sep 3, 2015

Contributor

It would be good if PRs let you edit the file being reviewed inline, which would create a new commit on the PR branch

This comment has been minimized.

Copy link
@pitr-ch

pitr-ch Sep 3, 2015

Author Member

thanks, coming with next changes

This comment has been minimized.

Copy link
@eregon

eregon Sep 3, 2015

Member

The edit in place might work to some extent if the branch was on the shared jruby/jruby repo.

module Concurrent
module Utility
class ProcessorCounter
def compute_processor_count
2
end
def compute_physical_processor_count
2
end
end
end
end
:run:
:require:
- concurrent
- shims

0 comments on commit 7a99f1c

Please sign in to comment.