issues
search
banister
/
method_source
return the sourcecode for a method
MIT License
361
stars
43
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Shouldn't `source` method work with `eval` ?
#34
yanyingwang
opened
9 years ago
2
Lines ending with $\ are not incomplete.
#33
egwspiti
opened
9 years ago
0
Code strings ending with $\ are determined to be incomplete
#32
egwspiti
opened
9 years ago
0
Works in irb
#31
wconrad
opened
9 years ago
0
Etc::Group.instance_method(:name=).source #=> NoMethodError
#30
kyrylo
opened
9 years ago
0
Add new Ruby 2.1 and 2.2 versions
#29
nicolasleger
closed
9 years ago
1
Extracted source continues to next expression on same line
#28
sawa
opened
9 years ago
4
Removed file caching to allow live reloading of files
#27
crismali
opened
9 years ago
1
Exclude Proc#source Enclosure
#26
bryanp
opened
11 years ago
4
Push tag v0.8.2
#25
sanemat
closed
11 years ago
2
Add Ruby 2 to Travis CI matrix
#24
petergoldstein
closed
11 years ago
1
Blocks defined amid larger expressions will return the entire line
#23
searls
opened
11 years ago
0
SourceNotFoundError on blocks defined in larger expressions
#22
searls
opened
11 years ago
0
Fix 'assigned but unused variable' warning
#21
jacknagel
closed
11 years ago
4
Insert a quick jump for well-formed code.
#20
ConradIrwin
opened
12 years ago
1
Import CodeHelpers from Pry
#19
ConradIrwin
closed
12 years ago
0
Added a SourceNotFoundError class
#18
redgetan
closed
12 years ago
0
If displaying method source fails for *_evaled methods, retry again.
#17
redgetan
closed
12 years ago
0
If displaying method source fails for *_evaled methods, retry again.
#16
redgetan
closed
12 years ago
0
Expand require paths (#12).
#15
voxik
closed
12 years ago
0
Enable MethodSource#source for evaled methods
#14
redgetan
closed
12 years ago
0
EOF error when using source on methods defined via class/instance eval
#13
redgetan
opened
12 years ago
1
Require paths in test.rb should be expanded
#12
voxik
opened
12 years ago
5
method_source can raise a EOFError.
#11
ghost
opened
12 years ago
4
Fix method_source in the case that the method method has been overridden on 1.8.7
#10
ConradIrwin
closed
12 years ago
0
Use Ruby enterprise edition's __file__ and __line__ methods.
#9
ConradIrwin
closed
13 years ago
0
No license information
#8
graaff
closed
13 years ago
2
strip leading whitespace from source and comments
#7
banister
opened
13 years ago
0
add Proc#source_location for ruby 1.8 based on Proc#to_s
#6
banister
closed
13 years ago
1
Assert no warnings are emitted by method_source.
#5
ghost
closed
13 years ago
0
Fix warnings emitted by -w.
#4
ghost
closed
13 years ago
1
ensure that if the owner is an immediate (and cant be instantiated) then call source_location explicitly on an immediate
#3
banister
closed
13 years ago
0
add support for YARD comment parsing
#2
banister
closed
13 years ago
1
Add support for comments
#1
adamsanderson
closed
13 years ago
3
Previous