Class: Fake_formula

Inherits:
Formula show all
Defined in:
lib/formulas/fake_formula.rb

Instance Method Summary collapse

Instance Method Details

#nameObject



7
8
9
# File 'lib/formulas/fake_formula.rb', line 7

def name
  "It's fake"
end

#score(text, stats) ⇒ Object



3
4
5
# File 'lib/formulas/fake_formula.rb', line 3

def score(text, stats)
  text
end