Module: Comet::DSL::Helpers

Included in:
CLike::Source, Firmware, Hardware, Linker, Native::Source, Software, Target, Parser
Defined in:
lib/comet/dsl/helpers.rb

Instance Method Summary collapse

Instance Method Details

#quote(string) ⇒ Object



4
5
6
# File 'lib/comet/dsl/helpers.rb', line 4

def quote(string)
  "\\\"#{string.strip}\\\""
end