Class: Rake::Delphi::RAD2007VersionInfo
- Inherits:
-
BDSVersionInfo
- Object
- ProjectVersionInfo
- BDSVersionInfo
- Rake::Delphi::RAD2007VersionInfo
- Defined in:
- lib/rake/delphi/projectinfo.rb
Instance Method Summary collapse
Methods inherited from BDSVersionInfo
Methods inherited from ProjectVersionInfo
#[], #initialize, #method_missing
Constructor Details
This class inherits a constructor from Rake::Delphi::BDSVersionInfo
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Rake::Delphi::ProjectVersionInfo
Instance Method Details
#_ext ⇒ Object
64 65 66 |
# File 'lib/rake/delphi/projectinfo.rb', line 64 def _ext return 'dproj' end |
#do_getcontent ⇒ Object
68 69 70 71 72 |
# File 'lib/rake/delphi/projectinfo.rb', line 68 def do_getcontent super # .dproj file has more nesting levels @content = @content['ProjectExtensions']['BorlandProject']['BorlandProject'] end |