class Dentaku::AST::BitwiseShiftRight

Public Instance Methods

operator() click to toggle source
# File lib/dentaku/ast/bitwise.rb, line 37
def operator
  :>>
end