Class: Faml::Ast::Empty

Inherits:
Struct
  • Object
show all
Defined in:
lib/faml/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



113
114
115
# File 'lib/faml/ast.rb', line 113

def filename
  @filename
end

#linenoObject

Returns the value of attribute lineno

Returns:

  • (Object)

    the current value of lineno



113
114
115
# File 'lib/faml/ast.rb', line 113

def lineno
  @lineno
end