Skip to content

Commit

Permalink
add ruby stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
yinwang0 committed Mar 19, 2014
1 parent 0505721 commit b7399bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/yinwang/rubysonar/Analyzer.java
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ private void addEnvPath() {
public List<String> getLoadPath() {
List<String> loadPath = new ArrayList<>();
loadPath.addAll(path);
loadPath.add("/Users/yinwang/.rvm/src/ruby-2.0.0-p247/lib");

if (cwd != null) {
loadPath.add(cwd);
Expand Down

0 comments on commit b7399bb

Please sign in to comment.