Method: Unifig::Var#method

Defined in:
lib/unifig/var.rb

#methodSymbol

The name of the method this variable can be found using.

Returns:

  • (Symbol)


51
52
53
# File 'lib/unifig/var.rb', line 51

def method
  @method ||= name.to_s.downcase.tr('-', '_').to_sym
end