Method: Code.cruby_on_github
- Defined in:
- lib/code.rb
.cruby_on_github(filename, line) ⇒ Object
61 62 63 |
# File 'lib/code.rb', line 61 def self.cruby_on_github(filename, line) "https://github.com/ruby/ruby/blob/ruby_#{RUBY_VERSION[0]}_#{RUBY_VERSION[2]}/#{filename}#L#{line}" end |