Registry / utility / pry-syntax-hacks

pry-syntax-hacks

JSON →
library0.0.6rbrubygemsunverified

Allows accessing instance variables, calling private methods, and using method references in Pry.

gem install pry-syntax-hacks
INSTALL
IMPORT
SIG · PRY-SYNTAX-HACKS
P
pry-syntax-hacks
utilityrubyv0.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PrySyntaxHacks
require 'pry-syntax-hacks'

Access instance variables directly in Pry.

require 'pry-syntax-hacks' class MyClass def initialize @secret = 42 end end obj = MyClass.new obj.@secret # => 42
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.6latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Resources
pry-syntax-hacks — gem install pry-syntax-hacks · libregistry