Method: Origen::Client#latest_production

Defined in:
lib/origen/client.rb

#latest_productionObject

Returns the latest production Origen version



90
91
92
# File 'lib/origen/client.rb', line 90

def latest_production
  Origen::VersionString.new(origen[:latest_version_prod])
end