| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -54,7 +54,6 @@ public void load(final Ruby runtime, boolean wrap) { | |||
| 54 | 54 | final RubyArray versionElements = runtime.newArray(runtime.newFixnum(1), runtime.newFixnum(13), runtime.newFixnum(0)); | |
| 55 | 55 | versionElements.setFrozen(true); | |
| 56 | 56 | ||
| 57 | - psych.setConstant("LIBYAML_VERSION", version); | ||
| 58 | 57 | psych.getSingletonClass().addMethod("libyaml_version", new JavaMethodZero(psych, Visibility.PUBLIC) { | |
| 59 | 58 | @Override | |
| 60 | 59 | public IRubyObject call(ThreadContext context, IRubyObject self, RubyModule clazz, String name) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments