module Taxonomite::CreateClassMethod

Public Instance Methods

create(parent, child) click to toggle source
# File lib/taxonomite/exceptions.rb, line 6
def create(parent, child)
  new("", parent, child)
end