w10schools
Login
Register
In current category
Only my posts
Home
Tutorials
HTML, CSS
HTML, HTML5
CSS, CSS3
XML
JavaScript, AJAX
PHP
Ruby on Rails
Ruby
Rails
ASP.NET
ASP
C# .NET
Java
JSP
Databases
MySQL
MSSQL Server
Oracle
Web Server
Windows
Linux
Apache
IIS
Design
Dreamweaver
Flash
Photoshop
Fireworks
CorelDRAW
Illustrator
References
HTML
Bootstrap
CSS
CSS Selectors
Sass
JavaScript
Mobile Apps
Cordova
Ruby on Rails
Ruby
Rails
PHP
Function
Language
CodeIgniter
Phalcon
PHPUnit
Symfony
Drupal
Yii
Laravel
Perl
Perl
Python
Python
Django
NumPy
Pandas
scikit-image
scikit-learn
Statsmodels
Matplotlib
Lua
Lua
C, C++
C
C++
Server
Docker
Apache HTTP Server
Nginx
Database
PostgreSQL
Big Data
TensorFlow
Game Development
Phaser
LÖVE
Articles
News
General
Website Promotion
Online Advertising
Make Money Online
Editorials
Interviews
Web Roundups
Resources
Design
Fonts
Graphics
Vectors
Templates
UI (User Interface)
Brushes
Patterns, Backgrounds
Textures
Web Development
HTML, CSS
XML
JavaScript, AJAX
Ruby on Rails
PHP
Java
.NET
Python
Perl
Flash
Mobile Application Development
Mobile Development Tools
Swift
Online Services
Online Storage
Web Hosting
Tools
Generators
Edit
Toggle Dropdown
In Place Editing
Advanced Editing
References
Ruby on Rails
Ruby
Classes
RDoc
RDoc::Stats
Language
Default
Markdown
add_module
add_module
(mod)
Instance Public methods
Records the parsing of a module
mod
Links:
https://github.com/ruby/ruby/blob/1c279a7d2753949c725754e1302f791b76358114/lib/rdoc/stats.rb#L92
doc_ruby_on_rails
2015-05-04 13:42:21
Comments
Leave a Comment
Please
login
to continue.
Popular Articles
add_module
add_module(class_type, name) Instance Public methods Adds a module named name. If RDoc already knows name is a class then that class is
add_module_alias
add_module_alias(from, name, file) Instance Public methods Adds an alias from from (a class or module) to name which was defined in file
Add modules to the code
Add modules to the code Before we get to Browserify, let’s build our code out and add modules to the mix. This is the structure you’re more likely to
add_extension_modules
add_extension_modules(out, type, extensions) Instance Public methods Adds a list of extensions to this module of the given type to out.
add_class_or_module
add_class_or_module(mod, self_hash, all_hash) Instance Public methods Adds the class or module mod to the modules or classes Hash self_h
Return to View
Please login to continue.