class Ridgepole::MigrationExt::TimeRecorder
Attributes
Public Class Methods
Public Instance Methods
Source
# File lib/ridgepole/migration_ext.rb, line 56 def add_value(value) @result[@key] = value if @key @key = nil end
# File lib/ridgepole/migration_ext.rb, line 56 def add_value(value) @result[@key] = value if @key @key = nil end