Method: GetText::Tools::Task#spec

Defined in:
lib/gettext/tools/task.rb

#specGem::Specification?

Returns Package information associated with the task.

Returns:

  • (Gem::Specification, nil)

    Package information associated with the task.



83
84
85
# File 'lib/gettext/tools/task.rb', line 83

def spec
  @spec
end