class MachO::LoadCommands::SubFrameworkCommand
A load command signifying membership of a subframework containing the name of an umbrella framework. Corresponds to LC_SUB_FRAMEWORK.
Public Instance Methods
to_h()
click to toggle source
@return [Hash] a hash representation of this {SubFrameworkCommand}
Calls superclass method
MachO::LoadCommands::LoadCommand#to_h
# File lib/macho/load_commands.rb, line 792 def to_h { "umbrella" => umbrella.to_h, }.merge super end