Module: Card::Set::Type::CoffeeScript

Extended by:
Card::Set
Includes:
Machine, MachineInput
Defined in:
tmpsets/set/mod010-machines/type/coffee_script.rb

Instance Method Summary collapse

Methods included from Loader

#clean_empty_module_from_hash, #clean_empty_modules, #extended, #pattern_and_modules_from_path, #process_base_modules, #register_set, #tmp_file_template, #write_tmp_file

Methods included from Helpers

#abstract_set?, #all_set?, #shortname

Methods included from AdvancedApi

#attachment, #ensure_set, #stage_method

Methods included from Format

#all_set_format_mod!, #define_on_format, #format, #register_set_format, #view

Methods included from Inheritance

#include_set, #include_set_formats

Methods included from Basket

#abstract_basket, #add_to_basket, #basket

Methods included from Card::Set::Trait

#card_accessor, #card_reader, #card_writer

Methods included from Event

#event

Methods included from MachineInput

define_delete_events, define_update_event, #expire_machine_cache, included, search_involved_machines

Methods included from Machine

#cache_output_part, define_machine_events, define_machine_views, #ensure_machine_output, #fetch_cache_card, included, #input_item_cards, #lock, #lock!, #lock_cache_key, #locked?, #machine_output_path, #machine_output_url, #regenerate_machine_output, #reset_machine_output, #run_engine, #run_machine, set_default_input_collection_method, set_default_input_preparation_method, set_default_machine_behaviour, set_default_output_storage_method, #unlock!, #update_input_card, #update_machine_output

Instance Method Details

#compile_coffee(script) ⇒ Object



22
23
24
25
26
# File 'tmpsets/set/mod010-machines/type/coffee_script.rb', line 22

def compile_coffee script
  ::CoffeeScript.compile script
rescue => e
  raise Card::Error, "CoffeeScript::Error (#{name}): #{e.message}"
end