Flowdock

No documentation

This module has no description. You can help the Ruby community by adding new notes.

Constants

ReservedWords = [ "BEGIN", "END", "alias", "and", "begin", "break", "case", "class", "def", "defined", "do", "else", "elsif", "end", "ensure", "false", "for", "if", "in", "module", "next", "nil", "not", "or", "redo", "rescue", "retry", "return", "self", "super", "then", "true", "undef", "unless", "until", "when", "while", "yield", ]

CompletionProc = proc { |input| bind = IRB.conf[:MAIN_CONTEXT].workspace.binding

Operators = ["%", "&", "*", "**", "+", "-", "/", "<", "<<", "<=", "<=>", "==", "===", "=~", ">", ">=", ">>", "[]", "[]=", "^",]

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.