A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://ruby.github.io/rdoc/RDoc/NormalModule.html below:

class RDoc::NormalModule - rdoc Documentation

  1. RDoc::
  2. NormalModule
class RDoc::NormalModule

A normal module, like NormalClass

Public Instance Methods

Source

# File lib/rdoc/code_object/normal_module.rb, line 21
def definition
  "module #{full_name}"
end

The definition of this module, module MyModuleName

Source

# File lib/rdoc/code_object/normal_module.rb, line 28
def module?
  true
end

This is a module, returns true

Source

# File lib/rdoc/code_object/normal_module.rb, line 69
def superclass
  raise NoMethodError, "#{full_name} is a module"
end

Modules don’t have one, raises NoMethodError


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4