Skip to content

.naming#1

Open
usernamealreadyis wants to merge 10000 commits into
RedDroid:masterfrom
angular:master
Open

.naming#1
usernamealreadyis wants to merge 10000 commits into
RedDroid:masterfrom
angular:master

Conversation

@usernamealreadyis
Copy link
Copy Markdown

class RDoc::Store::MissingFileError

Raised when a stored file for a class, module, page or method is missing.

Attributes

file[R]

The file the name should be saved as

name[R]

The name of the object the file would be loaded from

store[R]

The store the file should exist in

File lib/rdoc/store.rb, line 56

def initialize store, file, name
  @store = store
  @file  = file
  @name  = name
end

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.