Home
Ruby
ActiveRecord
Array
CGI
Class
Collections
Database
Date
Design Patterns
Development
File Directory
GUI
Hash
Language Basics
Method
Network
Number
Rails
Range
Reflection
Statement
String
Threads
Time
Tk
Unit Test
Windows Platform
XML
Menu
bitwise or : Bitwise Operations « Language Basics « Ruby
Ruby
Language Basics
Bitwise Operations
bitwise or
1011 | 1010 # bitwise or => 1011
Related examples in the same category
1.
do bitwise operations in Ruby.
2.
bitwise not or complement
3.
bitwise and
4.
bitwise exclusive or