method
host
v2_6_3 -
Show latest stable
- Class:
Bundler::RubyVersion
host()public
No documentation available.
# File lib/bundler/ruby_version.rb, line 73
def host
@host ||= [
RbConfig::CONFIG["host_cpu"],
RbConfig::CONFIG["host_vendor"],
RbConfig::CONFIG["host_os"]
].join("-")
end