method
using_js_runtime?
v8.0.0 -
Show latest stable
- Class:
ActionText::Generators::InstallGenerator
using_js_runtime?()public
No documentation available.
# File actiontext/lib/generators/action_text/install/install_generator.rb, line 66
def using_js_runtime?
@using_js_runtime ||= Pathname(destination_root).join("package.json").exist?
end