Class: Ryb::Targets::MacOSX
- Inherits:
-
Ryb::Target
- Object
- Ryb::Target
- Ryb::Targets::MacOSX
- Defined in:
- lib/ryb/targets/macosx.rb
Defined Under Namespace
Classes: Version
Instance Attribute Summary collapse
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(&block) ⇒ MacOSX
constructor
A new instance of MacOSX.
Methods included from Properties::Flags
Methods included from Properties::Defines
Methods included from Properties::Suffix
Methods included from Properties::Named
Constructor Details
#initialize(&block) ⇒ MacOSX
Returns a new instance of MacOSX.
28 29 30 |
# File 'lib/ryb/targets/macosx.rb', line 28 def initialize(&block) super('macosx', pretty: 'Mac OS X', &block) end |
Instance Attribute Details
#version ⇒ Object
Returns the value of attribute version.
19 20 21 |
# File 'lib/ryb/targets/macosx.rb', line 19 def version @version end |