Class: Bricolage::ResolvedVariable

Inherits:
Variable
  • Object
show all
Defined in:
lib/bricolage/variables.rb

Instance Attribute Summary

Attributes inherited from Variable

#name, #value

Instance Method Summary collapse

Methods inherited from Variable

expand_string, #initialize, #inspect, list

Constructor Details

This class inherits a constructor from Bricolage::Variable

Instance Method Details

#resolved?Boolean

Returns:

  • (Boolean)


208
209
210
# File 'lib/bricolage/variables.rb', line 208

def resolved?
  true
end