Class: L10nizer::WordNode

Inherits:
BasicNode show all
Defined in:
lib/l10nizer/node.rb

Instance Method Summary collapse

Methods inherited from BasicNode

#evaluated?, #initialize, #l10n, #to_s

Constructor Details

This class inherits a constructor from L10nizer::BasicNode

Instance Method Details

#string?Boolean

Returns:

  • (Boolean)


104
105
106
# File 'lib/l10nizer/node.rb', line 104

def string?
  true
end