class MSFL::Datasets::Person
This is a fake dataset definition that shows the structure for composing your own and is used for testing
msfl
Public Instance Methods
fields()
click to toggle source
# File lib/msfl/datasets/person.rb, line 14 def fields [:name, :gender, :age] end
foreigns()
click to toggle source
# File lib/msfl/datasets/person.rb, line 10 def foreigns [:car, :animal] end