RosettaCodeData/Task/Reflection-Get-source/Ruby/reflection-get-source.rb

7 lines
177 B
Ruby
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
require 'mathn'
Math.method(:sqrt).source_location
# ["/usr/local/lib/ruby2.3/2.3.0/mathn.rb", 119]
Class.method(:nesting).source_location
# nil, since Class#nesting is native