1 مستودع
Utilities for searching across a namespace for methods matching specific regular expressions or code patterns.
Distinct from Method Naming Patterns: Existing candidates focus on naming conventions or design patterns rather than the actual search functionality for runtime methods.
Explore 1 awesome GitHub repository matching development tools & productivity · Pattern-Based Method Search. Refine with filters or upvote what's useful.
Pry is a programmable Ruby shell, REPL console, and runtime developer environment. It serves as a debugging toolkit for inspecting object state, navigating bindings, and evaluating code within a running Ruby program. The project differentiates itself through advanced introspection and live iteration capabilities. It allows users to inject an interactive console into a running program at specific points to inspect local state and navigate different object scopes. It further enables live code iteration by integrating with external system editors to modify and reload method definitions without r
Searches across a namespace for methods that match a specific regular expression or contain specific code patterns.