Method: Fast::Node#author

Defined in:
lib/fast.rb

#authorString

Returns with the first element from #blame_authors.

Returns:

  • (String)

    with the first element from #blame_authors



100
101
102
# File 'lib/fast.rb', line 100

def author
  blame_authors.first
end