Class: ActiveFacts::Metamodel::Value

Inherits:
Object
  • Object
show all
Defined in:
lib/activefacts/vocabulary/metamodel.rb,
lib/activefacts/vocabulary/extensions.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



466
467
468
# File 'lib/activefacts/vocabulary/extensions.rb', line 466

def inspect
  to_s
end

#to_sObject



463
464
465
# File 'lib/activefacts/vocabulary/extensions.rb', line 463

def to_s
  (is_a_string ? literal.inspect.gsub(/\A"|"\Z/,"'") : literal) + (unit ? " " + unit.name : "")
end