module Decode::Language::Ruby

An interface for extracting information from Ruby source code.

Public Class Methods

new() click to toggle source
# File lib/decode/language/ruby.rb, line 27
def self.new
        Generic.new("ruby")
end