Certain strings are merged into a single string token.
Creates a new Socket::Option
object for IP_MULTICAST_TTL.
The size is dependent on the platform.
p Socket::Option.ipv4_multicast_ttl(10) #=> #<Socket::Option: INET IP MULTICAST_TTL 10>
Returns the ipv4_multicast_ttl
data in sockopt as an integer.
sockopt = Socket::Option.ipv4_multicast_ttl(10) p sockopt.ipv4_multicast_ttl => 10
Creates a new Socket::Option
object for IP_MULTICAST_LOOP.
The size is dependent on the platform.
sockopt = Socket::Option.int(:INET, :IPPROTO_IP, :IP_MULTICAST_LOOP, 1) p sockopt.int => 1 p Socket::Option.ipv4_multicast_loop(10) #=> #<Socket::Option: INET IP MULTICAST_LOOP 10>
Returns the ipv4_multicast_loop
data in sockopt as an integer.
sockopt = Socket::Option.ipv4_multicast_loop(10) p sockopt.ipv4_multicast_loop => 10
Regular gems take precedence over default gems
Gems higher up in gem_path
take precedence
Check state file is writable. Creates empty file if not present to ensure we can write to it.
Creates windows .bat files for easy running of commands
Creates the scripts to run the applications in the gem.
Return the text for an application file.
Specification
attributes that must be non-nil
Expire memoized instance variables that can incorrectly generate, replace or miss files due changes in certain attributes used to compute them.
“foo #{bar}” ^^^^^^^^^^^^
foo #{bar}
^^^^^^^^^^^^
Visit a heredoc node that is representing a string.
Visit a heredoc node that is representing an xstring.