Method: Unifig::Var#method
- Defined in:
- lib/unifig/var.rb
#method ⇒ Symbol
The name of the method this variable can be found using.
51 52 53 |
# File 'lib/unifig/var.rb', line 51 def method @method ||= name.to_s.downcase.tr('-', '_').to_sym end |