mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
187c199e77
`Pry::Platform` really looks like a helper and therefore should be defined as one. Invoking `Pry::Platform` emits a warning now. Users are encouraged to use `Pry::Helpers::Platform`.
6 lines
197 B
Ruby
6 lines
197 B
Ruby
require "pry/helpers/base_helpers"
|
|
require "pry/helpers/options_helpers"
|
|
require "pry/helpers/command_helpers"
|
|
require "pry/helpers/text"
|
|
require "pry/helpers/table"
|
|
require "pry/helpers/platform"
|