class Factoid::Value::IndentityInterpreter

Public Class Methods

accept?(type, value) click to toggle source
# File lib/factoid/value.rb, line 70
def self.accept?(type, value)
        return true
end
interpret(type, value) click to toggle source
# File lib/factoid/value.rb, line 74
def self.interpret(type, value)
        return value
end