Class: FieldMatter

Inherits:
Object
  • Object
show all
Defined in:
lib/fieldmatter/version.rb,
lib/fieldmatter.rb,
lib/fieldmatter/tag.rb,
lib/fieldmatter/note.rb,
lib/fieldmatter/darkmatter.rb,
lib/fieldmatter/strangematter.rb

Overview

require

Defined Under Namespace

Classes: DarkMatter, Note, StrangeMatter, Tag

Constant Summary collapse

VERSION =
"0.1.0"

Instance Method Summary collapse

Constructor Details

#initializeFieldMatter

eventually define common attr here and inherit to DarkMatter and StrangeMatter



21
22
23
# File 'lib/fieldmatter.rb', line 21

def initialize # eventually define common attr here and inherit to DarkMatter and StrangeMatter

end