class Dentaku::AST::BitwiseShiftLeft

Public Instance Methods

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