Method: Guides::Preview#initialize
- Defined in:
- lib/guides/preview.rb
#initialize(options = {}) ⇒ Preview
Returns a new instance of Preview.
65 66 67 68 |
# File 'lib/guides/preview.rb', line 65 def initialize( = {}) @production = !![:production] super() end |