Flowdock
autoload?(p1) public

Returns filename to be loaded if name is registered as autoload in the namespace of mod.

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