class Bookshelf::Dependency
Public Class Methods
prince?()
click to toggle source
# File lib/bookshelf/dependency.rb, line 3 def self.prince? @prince ||= `which prince` && $?.success? end
# File lib/bookshelf/dependency.rb, line 3 def self.prince? @prince ||= `which prince` && $?.success? end