Module: LogicalConstruct::PlatformSpecific

Included in:
AWS, VirtualBox
Defined in:
lib/logical-construct/target/platforms.rb

Instance Method Summary collapse

Instance Method Details

#register_platform(name) ⇒ Object



41
42
43
44
# File 'lib/logical-construct/target/platforms.rb', line 41

def register_platform(name)
  LogicalConstruct.register_platform(self)
  LogicalConstruct.require_platform_files(name, self)
end