class CaptainHoog::Test::PluginStrategies::File
Public Instance Methods
match?()
click to toggle source
# File lib/captain_hoog/test/strategies.rb, line 25 def match? @plugin.is_a?(::File) end
to_s()
click to toggle source
# File lib/captain_hoog/test/strategies.rb, line 21 def to_s ::File.read(@plugin) end