module Ruby
Represents an interface for extracting information from Ruby source code.
Nested
Definitions
def self.new
Create a new Ruby language instance.
Signature
-
returns
Ruby::Generic
A configured Ruby language parser.
Implementation
def self.new
Generic.new("ruby")
end