Class: Laranja::Generator
- Inherits:
-
Object
- Object
- Laranja::Generator
- Defined in:
- lib/laranja/generator.rb
Constant Summary collapse
- NUMBERS =
'0'.upto('9').to_a.freeze
- ALL =
(NUMBERS + 'A'.upto('Z').to_a + 'a'.upto('z').to_a).freeze
Class Attribute Summary collapse
-
.static_data ⇒ Object
writeonly
Sets the attribute static_data.
Class Attribute Details
.static_data=(value) ⇒ Object
Sets the attribute static_data
4 5 6 |
# File 'lib/laranja/generator.rb', line 4 def static_data=(value) @static_data = value end |