Method: Fig::Command::Action#execute

Defined in:
lib/fig/command/action.rb

#executeObject

Raises:

  • (NotImplementedError)


132
133
134
135
136
# File 'lib/fig/command/action.rb', line 132

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