Class: Fusion::Ident

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

Overview

read a builtin/bound name

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



220
221
222
# File 'lib/fusion.rb', line 220

def name
  @name
end