lib/gamefic/action.rb in gamefic-1.6.0 vs lib/gamefic/action.rb in gamefic-1.7.0
- old
+ new
@@ -88,9 +88,13 @@
def signature
# @todo This is clearly unfinished
"#{verb} #{queries.map{|m| m.signature}.join(',')}"
end
+ def hidden?
+ verb.to_s.start_with?('_')
+ end
+
def executor
@executor
end
def order_key