class Dentaku::AST::BitwiseAnd

Public Instance Methods

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