FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

LIBYAML_VERSION is defined in Ruby for Psych now. · MSNexploder/jruby@f377d1c · GitHub

forked from jruby/jruby

Commit f377d1c

Browse files
committed
LIBYAML_VERSION is defined in Ruby for Psych now.
1 parent afa99b0 commit f377d1c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎core/src/main/java/org/jruby/ext/psych/PsychLibrary.java‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public void load(final Ruby runtime, boolean wrap) {
5454
final RubyArray versionElements = runtime.newArray(runtime.newFixnum(1), runtime.newFixnum(13), runtime.newFixnum(0));
5555
versionElements.setFrozen(true);
5656

57-
psych.setConstant("LIBYAML_VERSION", version);
5857
psych.getSingletonClass().addMethod("libyaml_version", new JavaMethodZero(psych, Visibility.PUBLIC) {
5958
@Override
6059
public IRubyObject call(ThreadContext context, IRubyObject self, RubyModule clazz, String name) {

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL