Class: Ryb::Application

Instance Method Summary collapse

Methods included from Properties::Configurations

included

Methods included from Properties::Targets

included

Methods included from Properties::Architectures

included

Methods included from Properties::Dependencies

included

Methods included from Properties::Files

included

Methods included from Properties::Paths

included

Methods included from Properties::Flags

included

Methods included from Properties::Defines

included

Methods included from Properties::Named

included

Constructor Details

#initialize(name, opts = {}) {|_self| ... } ⇒ Application

Returns a new instance of Application.

Yields:

  • (_self)

Yield Parameters:



19
20
21
22
# File 'lib/ryb/application.rb', line 19

def initialize(name, opts={})
  @name = Name.new(name, opts[:pretty])
  yield self if block_given?
end