Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
pry-theme
An easy way to customize Pry colors via theme files
-
system_browser_client
Ruby code browser
JavaScript 61
-
pry-theme-collection
A collection of themes for Pry Theme plugin for Pry
-
coursera-mathematical-thinking
-
airbrake-crystal
A Crystal notifier for Airbrake
-
fast_method_source
Retrieve methods' and procs' source and comments
C 8
3,261 contributions in the last year
Activity overview
Contribution activity
May 2019
Created a pull request in pry/pry that received 5 comments
config: delete the `control_d_handler` option
This change is a preparational step for #1824 (Enabling frozen_string_literal: true in ~/.pryc crashes most operations).
The handler was mutating e…
- warning: print file and line of the calling frame
- control_d_handler: don't mutate eval_string within the handler
- Add Pry::Warning
- pry_instance: fix Style/AccessModifierDeclarations cop offences
- config: add `rc_file` that allows specifying `pryrc` file
- commands/show_info: fix formatting error for C method header
- history: cache @history.count to improve performance
- Refactor Config