class Tracker::Migration::Options

Public Instance Methods

render(erb) click to toggle source
# File lib/tracker/migration.rb, line 4
def render(erb)
  erb.result(binding)
end