class Lookbook::RuntimeContext

def actioncable_installed?

def actioncable_installed?
  gem_installed?("actioncable")
end