Method: Fig::Deparser#include_file

Defined in:
lib/fig/deparser.rb

#include_file(statement) ⇒ Object

Raises:

  • (NotImplementedError)


171
172
173
174
175
# File 'lib/fig/deparser.rb', line 171

def include_file(statement)
  raise NotImplementedError.new(
    "#{__callee__}() not implemented on #{self.class}."
  )
end