1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
Commit graph

1 commit

Author SHA1 Message Date
Robert Gleeson
19c301696b add Pry::Config::Behavior.
a Module Pry::Config and Pry::Config::Default can use to share common
behavior. before now ::Default was a subclass of Pry::Config but are
class methods(such as Pry::Config.from_hash()) that do not make sense
on Pry::Config::Default.
2014-01-21 00:23:08 +01:00