Sha256: b195f4327aed6c5cf3249287b95308b10c26417fc2837854a63ac30b8a1d5203

Contents?: true

Size: 581 Bytes

Versions: 1

Compression:

Stored size: 581 Bytes

Contents

# Derived from the Sorbet fuzzer dictionary, with modifications to use Houndstooth type syntax

# keywords
"begin"
"end"
"def"
"class"
"module"
"do"
"if"
"else"
"elsif"
"until"
"unless"
"for"
"while"
"rescue"
"case"
"when"
"yield"
"next"
"break"
"return"
"super"
"ensure"
"in"
"redo"
"retry"


# common values
"true"
"false"
"Integer"
"String"
"Array"
"Numeric"
"Object"
"BasicObject"
"nil"


# types
"self"
"instance"
"void"
"untyped"


# interesting stuff
"new"
"extend"
"include"
"is_a?"
"self"
"raise"
"initialize"
"&&"
"||"


# Metaprogramming
"define_method"
"attr_accessor"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
houndstooth-0.1.0 fuzz/ruby.dict