Class: Rouge::Rails::Configuration
- Inherits:
-
Object
- Object
- Rouge::Rails::Configuration
- Defined in:
- lib/rouge/rails/configuration.rb
Instance Attribute Summary collapse
-
#default_colorscheme ⇒ Object
Returns the value of attribute default_colorscheme.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
5 6 7 |
# File 'lib/rouge/rails/configuration.rb', line 5 def initialize @default_colorscheme = :default end |
Instance Attribute Details
#default_colorscheme ⇒ Object
Returns the value of attribute default_colorscheme.
3 4 5 |
# File 'lib/rouge/rails/configuration.rb', line 3 def default_colorscheme @default_colorscheme end |