class MachO::LoadCommands::SubClientCommand
A load command signifying a shared library that is a subframework of an umbrella framework. Corresponds to LC_SUB_CLIENT.
Public Instance Methods
to_h()
click to toggle source
@return [Hash] a hash representation of this {SubClientCommand}
Calls superclass method
MachO::LoadCommands::LoadCommand#to_h
# File lib/macho/load_commands.rb, line 834 def to_h { "sub_client" => sub_client.to_h, }.merge super end