Class: FieldMatter
- Inherits:
-
Object
- Object
- FieldMatter
- 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
-
#initialize ⇒ FieldMatter
constructor
eventually define common attr here and inherit to DarkMatter and StrangeMatter.
Constructor Details
#initialize ⇒ FieldMatter
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 |