Skip to content

Commit

Permalink
resolved toterm() overloaded builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jan 24, 2013
1 parent 733b095 commit 2039fc2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/ruby/ycp/builtins.rb
Original file line number Diff line number Diff line change
Expand Up @@ -608,12 +608,7 @@ def self.symbolof
end

# Converts a value to a term.
def self.toterm
raise "Builtin toterm() is not implemented yet"
end

# Constructs a term from a symbol and a list.
def self.toterm
def self.toterm symbol, list
raise "Builtin toterm() is not implemented yet"
end

Expand Down

0 comments on commit 2039fc2

Please sign in to comment.