Class: Avm::Tools::AppSrc
- Inherits:
 - 
      Object
      
        
- Object
 - Avm::Tools::AppSrc
 
 
- Defined in:
 - lib/avm/tools/app_src.rb
 
Instance Method Summary collapse
- #locale ⇒ Object
 - 
  
    
      #real  ⇒ Avm::Launcher::Paths::Real 
    
    
  
  
  
  
  
  
  
  
  
    
Backward compatibility with [Avm::Launcher::Paths::Logical].
 - #run_job(job, job_args = []) ⇒ Object
 
Instance Method Details
#locale ⇒ Object
      23 24 25  | 
    
      # File 'lib/avm/tools/app_src.rb', line 23 def locale configuration.if_present(&:locale) || ::I18n.default_locale end  | 
  
#real ⇒ Avm::Launcher::Paths::Real
Backward compatibility with [Avm::Launcher::Paths::Logical].
      29 30 31  | 
    
      # File 'lib/avm/tools/app_src.rb', line 29 def real ::Avm::Launcher::Paths::Real.new(path.to_path) end  | 
  
#run_job(job, job_args = []) ⇒ Object
      33 34 35  | 
    
      # File 'lib/avm/tools/app_src.rb', line 33 def run_job(job, job_args = []) stereotypes_jobs(job, job_args).each(&:run) end  |