Method: Cf::FormPreview#launch_preview

Defined in:
lib/cf/cli/form.rb

#launch_previewObject



30
31
32
33
# File 'lib/cf/cli/form.rb', line 30

def launch_preview
  line_destination = Dir.pwd
  system "open #{line_destination}/station#{station}_preview.html"
end