Method: Fast::Node#md_link_description

Defined in:
lib/fast/git.rb

able to create a markdown link without parens.

Returns:

  • (String)

    with the source cutting arguments from method calls to be



87
88
89
# File 'lib/fast/git.rb', line 87

def md_link_description
  source[/([^\r\(]+)\(/, 1] || source
end