Flowdock
autoload?(p1) public

Returns filename to be loaded if name is registered as autoload.

autoload(:B, "b")
autoload?(:B)            #=> "b"
Show source
Register or log in to add new notes.