Class: Zenlish::WClasses::IrregularVerbBe

Inherits:
IrregularVerb show all
Defined in:
lib/zenlish/wclasses/irregular_verb_be.rb

Overview

The be verb used as a lexical verb (as opposed auxiliary verb).

Instance Attribute Summary

Attributes inherited from IrregularVerb

#forms

Attributes inherited from WordClass

#paradigms

Instance Method Summary collapse

Methods inherited from Verb

#invariable?

Methods inherited from WordClass

#invariable?

Methods included from Feature::FeatureStructDefBearer

#[], #boolean, #enumeration, #feature_def, #feature_def_dsl, #identifier, #init_struct_def, #struct

Constructor Details

#initializeIrregularVerbBe

Returns a new instance of IrregularVerbBe.



7
8
9
# File 'lib/zenlish/wclasses/irregular_verb_be.rb', line 7

def initialize
  super()
end

Instance Method Details

#extensionModule, NilClass

The mix-in module used to extend the lexeme

Returns:

  • (Module, NilClass)


13
14
15
# File 'lib/zenlish/wclasses/irregular_verb_be.rb', line 13

def extension
  nil
end