Method: Fast::Node#buffer_name

Defined in:
lib/fast.rb

#buffer_nameString

Returns with path of the file or simply buffer name.

Returns:

  • (String)

    with path of the file or simply buffer name.



73
74
75
# File 'lib/fast.rb', line 73

def buffer_name
  expression.source_buffer.name
end