Sha256: 900474a443b6c48a7fa7a2c60fff340b77c1c623166f27d45f7e87f3270ab948
Contents?: true
Size: 214 Bytes
Versions: 2
Compression:
Stored size: 214 Bytes
Contents
module NetworkExecutive module NetworkHelper def network_name NetworkExecutive.config.name end def guide_header_width '%.3f' % (1 / (@guide.times.size.to_f + 1) * 100) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
network_executive-0.0.8 | app/helpers/network_executive/network_helper.rb |
network_executive-0.0.7 | app/helpers/network_executive/network_helper.rb |