Method: Fig::Deparser#command

Defined in:
lib/fig/deparser.rb

#command(statement) ⇒ Object

Raises:

  • (NotImplementedError)


120
121
122
123
124
# File 'lib/fig/deparser.rb', line 120

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