# File lib/phusion_passenger/platform_info/depcheck.rb, line 74 def check @install_comments = nil @check_result ||= @checker.call end
# File lib/phusion_passenger/platform_info/depcheck.rb, line 109 def install_comments(value = nil) value ? @install_comments = value : @install_comments end
# File lib/phusion_passenger/platform_info/depcheck.rb, line 93 def install_instructions(value = nil) if value @install_instructions = value else if @install_instructions @install_instructions elsif @website result = "Please download it from <b>#{@website}</b>" result << "\n(#{@website_comments})" if @website_comments result else "Search Google for '#{@name}'." end end end
DSL for specs ###
# File lib/phusion_passenger/platform_info/depcheck.rb, line 81 def name(value = nil) value ? @name = value : @name end
Generated with the Darkfish Rdoc Generator 2.