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

10 commits

Author SHA1 Message Date
Kyrylo Silin
ac9ddde444 rubocop: fix offences of the Layout/EndAlignment cop 2018-10-13 01:14:21 +08:00
Christian Haase
367d02c0d6 Remove slash-change of windows paths 2014-09-12 16:34:43 +02:00
Benjamin Dodd
1277815700 support for redcar editor 2014-07-20 22:26:02 +12:00
Conrad Irwin
d220af1061 Inject _pry_ into Pry::Editor 2014-05-01 01:51:01 -07:00
Conrad Irwin
8f827ea403 Use Shellwords.split before calling system [Fixes #810] 2013-03-24 23:36:08 -07:00
Conrad Irwin
d29f6b5c04 Fix indentation (HARDER) 2013-01-14 16:44:09 +01:00
Conrad Irwin
15caf5fb87 Only shellword escape filenames in system calls on linux 2013-01-14 16:44:09 +01:00
Kyrylo Silin
e66d2083c1 Edit: handle blanks in filenames correctly
Also, move path escaping to `Editor` class. The test is currently
failing (looks like a bug in `Editor`).
2013-01-14 16:44:09 +01:00
John Mair
e647957507 Pry::Editor, Pry::Command::Whereami: more refactorings 2013-01-02 16:25:18 +01:00
John Mair
9bda7a17a7 Extracted out editor-related code to Pry::Editor
And updated commands to use the new API
2012-12-29 23:38:20 +01:00