org.jruby.ast.types
Interface IEqlNode

All Known Implementing Classes:
FalseNode, FixnumNode, NilImplicitNode, NilNode, SymbolNode, TrueNode

public interface IEqlNode

Author:
enebo

Method Summary
 boolean eql(IRubyObject otherValue, ThreadContext context, Ruby runtime, IRubyObject self, Block aBlock)
           
 

Method Detail

eql

boolean eql(IRubyObject otherValue,
            ThreadContext context,
            Ruby runtime,
            IRubyObject self,
            Block aBlock)


Copyright © 2002-2009 JRuby Team. All Rights Reserved.