Class: Rake::Delphi::RAD2010VersionInfo

Inherits:
RAD2007VersionInfo show all
Defined in:
lib/rake/delphi/projectinfo.rb

Direct Known Subclasses

XEVersionInfo

Instance Method Summary collapse

Methods inherited from RAD2007VersionInfo

#_ext

Methods inherited from BDSVersionInfo

#_ext, #do_getcontent, encoding, #initialize

Methods inherited from ProjectVersionInfo

#[], #_ext, #do_getcontent, #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

#get_versioninfo_tag(content) ⇒ Object



87
88
89
90
# File 'lib/rake/delphi/projectinfo.rb', line 87

def get_versioninfo_tag(content)
    # .dproj file has more nesting levels
    return content['ProjectExtensions']['BorlandProject'] if content
end