class FoursquareNext::MashifyWrapper

Public Class Methods

new(app = nil, opts = {}) click to toggle source
Calls superclass method
# File lib/foursquare_next/mashify_wrapper.rb, line 3
def initialize(app = nil, opts = {})
  super(app, opts.merge(mash_class: HashWrapper))
end