module Detroit

Public Instance Methods

RI(options={}) click to toggle source

Create new RI tool with specified `options`.

# File lib/detroit-ri.rb, line 6
def RI(options={})
  RI.new(options)
end