Method: BeStrong::Code#initialize
- Defined in:
- lib/be_strong/code.rb
#initialize(code) ⇒ Code
Returns a new instance of Code.
7 8 9 10 |
# File 'lib/be_strong/code.rb', line 7 def initialize(code) @code = code @original = code.dup end |