class Mobility::Backends::Null

Backend which does absolutely nothing. Mostly for testing purposes.

Public Class Methods

configure(_) click to toggle source

@!group Backend Configuration

# File lib/mobility/backends/null.rb, line 20
def self.configure(_); end

Public Instance Methods

read(_locale, _options = nil) click to toggle source

@!group Backend Accessors @return [NilClass]

# File lib/mobility/backends/null.rb, line 13
def read(_locale, _options = nil); end
write(_locale, _value, _options = nil) click to toggle source

@return [NilClass]

# File lib/mobility/backends/null.rb, line 16
def write(_locale, _value, _options = nil); end