C# Class IronRuby.Builtins.FlagEnumerationOps

Show file Open project: ExpertsInside/IronSP

Private Methods

Method Description
BitwiseAnd ( RubyContext context, object self, [ other ) : object
BitwiseOr ( RubyContext context, object self, [ other ) : object
OnesComplement ( RubyContext context, object self ) : object
Xor ( RubyContext context, object self, [ other ) : object