module D12n

Public Class Methods

strategy() click to toggle source
# File lib/d12n.rb, line 16
def self.strategy
  config.strategy || Strategy::Default
end