Skip to content

Installation

Gemfile

Add PM to your Gemfile:

gem 'prompt_manager'

Then run:

bundle install

Manual Install

gem install prompt_manager

Require

require 'pm'

The PM module is the primary interface. All public methods are accessed through it.

Requirements

  • Ruby >= 3.2.0
  • No runtime dependencies beyond the standard library (plus ostruct on Ruby 4.0+)