class GemBootstrap::RakeHelper
@api private
Attributes
output[R]
@return [IO]
Public Class Methods
new(output: $stdout)
click to toggle source
@param [IO] output
# File lib/gem-bootstrap/rake_helper.rb, line 8 def initialize(output: $stdout) @output = output end
Public Instance Methods
test()
click to toggle source
# File lib/gem-bootstrap/rake_helper.rb, line 15 def test sh('rake test') end